Skip to content

Commit

Permalink
sequence_type is optional since meta is the default
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG committed Feb 13, 2024
1 parent 3e25e0a commit ef4908a
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 @@ -377,7 +377,7 @@ def main():
"-t",
choices=["metagenomics", "amplicon"],
default="metagenomics",
required=True,
required=False,
help="Type of sequencing. Can be metagenomics or amplicon (default: %(default)s).",
)
parser_gen.add_argument(
Expand Down

0 comments on commit ef4908a

Please sign in to comment.