Skip to content

Commit

Permalink
removed multidirvalidation mixing
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Jul 23, 2024
1 parent 57e20da commit 16b413f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions q2_amr/amrfinderplus/types/_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import pandas as pd
from q2_types.feature_data import MixedCaseDNAFASTAFormat, ProteinFASTAFormat
from q2_types.per_sample_sequences._format import MultiDirValidationMixin
from qiime2.core.exceptions import ValidationError
from qiime2.plugin import model

Expand Down Expand Up @@ -111,7 +110,7 @@ def _validate_(self, level):
self._validate()


class AMRFinderPlusAnnotationsDirFmt(MultiDirValidationMixin, model.DirectoryFormat):
class AMRFinderPlusAnnotationsDirFmt(model.DirectoryFormat):
annotations = model.FileCollection(
r".*amr_(annotations|all_mutations)\.tsv$", format=AMRFinderPlusAnnotationFormat
)
Expand Down

0 comments on commit 16b413f

Please sign in to comment.