Skip to content

Commit

Permalink
Metadata should be mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
misialq committed May 17, 2024
1 parent a38cd74 commit 5df5b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions q2_moshpit/filtering/filter_mags.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def _mags_to_df(mags: MultiMAGSequencesDirFmt, on: str):

def filter_derep_mags(
mags: MAGSequencesDirFmt,
metadata: Metadata = None,
metadata: Metadata,
where: str = None,
exclude_ids: bool = False,
) -> MAGSequencesDirFmt:
Expand All @@ -124,7 +124,7 @@ def filter_derep_mags(

def filter_mags(
mags: MultiMAGSequencesDirFmt,
metadata: Metadata = None,
metadata: Metadata,
where: str = None,
exclude_ids: bool = False,
on: str = 'mag'
Expand Down

0 comments on commit 5df5b4e

Please sign in to comment.