Skip to content

Commit

Permalink
style: update help message
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bailly committed Apr 19, 2024
1 parent f945bc5 commit 5827f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_asmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 5827f6d

Please sign in to comment.