Skip to content
Snippets Groups Projects
Commit 8399ce9a authored by Nicolas  MAILLET's avatar Nicolas MAILLET
Browse files

Add gzipped in help

parent ddf4a2a6
No related branches found
No related tags found
No related merge requests found
......@@ -255,7 +255,8 @@ def main():
help="Output file format. Either 'fasta', 'csv', or "
"'tsv' (default: fasta)")
group_launch.add_argument("-i", "--inputdata", metavar="",
help="Input file, in fasta / fastq format")
help="Input file, in fasta / fastq format "\
"(gzipped or not)")
group_launch.add_argument("-l", "--list", action="store_true",
help="Display the list of available enzymes")
group_launch.add_argument("-s", "--sequence", metavar="",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment