From 5827f6d0612dc2099f9491c98c8fb9080652a1fe Mon Sep 17 00:00:00 2001 From: thomas-bailly Date: Fri, 19 Apr 2024 09:56:22 +0200 Subject: [PATCH] style: update help message --- run_asmc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_asmc.py b/run_asmc.py index 28029af..59accb6 100644 --- a/run_asmc.py +++ b/run_asmc.py @@ -406,7 +406,7 @@ def run_usalign(job, usalign, log): " them with commas, e.g: 1,6,12") weblogo_opt = parser.add_argument_group("Weblogo options") weblogo_opt.add_argument("--prefix", type=str, metavar="", default="G", - help="prefix for logo title before the cluster" + help="prefix for logo title before the cluster id" " [default: G]") weblogo_opt.add_argument("--format", type=str, metavar="", default="png", choices=["eps", "png"],