From 8399ce9a96a8beb9e9b59ad78e4d95207ad98d0a Mon Sep 17 00:00:00 2001 From: Nico Maillet <nicolas.maillet@pasteur.fr> Date: Wed, 3 Feb 2021 16:15:34 +0100 Subject: [PATCH] Add gzipped in help --- rpg/RapidPeptidesGenerator.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpg/RapidPeptidesGenerator.py b/rpg/RapidPeptidesGenerator.py index 378b897..7691c6c 100644 --- a/rpg/RapidPeptidesGenerator.py +++ b/rpg/RapidPeptidesGenerator.py @@ -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="", -- GitLab