Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicolas MAILLET
rpg
Commits
8399ce9a
Commit
8399ce9a
authored
Feb 03, 2021
by
Nicolas MAILLET
Browse files
Add gzipped in help
parent
ddf4a2a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
rpg/RapidPeptidesGenerator.py
View file @
8399ce9a
...
...
@@ -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
=
""
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment