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 5827f6d commit ebbc8f9
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 @@ -404,7 +404,7 @@ def run_usalign(job, usalign, log):
", positions are numbered from 1 to the total number"
" of positions. To give several positions, separate"
" them with commas, e.g: 1,6,12")
weblogo_opt = parser.add_argument_group("Weblogo options")
weblogo_opt = parser.add_argument_group("Sequence logo options")
weblogo_opt.add_argument("--prefix", type=str, metavar="", default="G",
help="prefix for logo title before the cluster id"
" [default: G]")
Expand Down

0 comments on commit ebbc8f9

Please sign in to comment.