From 09c9d28179cdfec9d216fe4015c480b5efcc85eb Mon Sep 17 00:00:00 2001
From: asetGem <amandine.perrin@pasteur.fr>
Date: Mon, 2 Aug 2021 13:15:08 +0200
Subject: [PATCH] new functionality added, as suggested in issue #17

---
 PanACoTA/subcommands/prepare.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PanACoTA/subcommands/prepare.py b/PanACoTA/subcommands/prepare.py
index a551052d..0c6c03ec 100644
--- a/PanACoTA/subcommands/prepare.py
+++ b/PanACoTA/subcommands/prepare.py
@@ -322,7 +322,7 @@ def build_parser(parser):
                                 "(not included in -t 72407, as it is a strain of the subspecies with a specific taxid).")
                          )
     general.add_argument("-S", dest="strains", default="",
-                         help=("List of strains to download."
+                         help=("List of strains to download. "
                                "A comma-separated list of strain names is possible, "
                                "as well as a path to a filename containing one name per line."
                                "Ex: '-S SB2390, IA565' for Klebsiella pneumoniae SB2390 and Klebsiella pneumoniae IA565 strains"
-- 
GitLab