Skip to content

Commit

Permalink
Fized default
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijsMaas committed Feb 6, 2023
1 parent 053e45c commit 874af2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iss/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def main():
'--sequence_type',
'-t',
choices=['metagenomics', 'amplicon'],
default='amplicon',
default='metagenomics',
required=True,
help='Type of sequencing. Can be metagenomics or amplicon (default: %(default)s).'
)
Expand Down

0 comments on commit 874af2a

Please sign in to comment.