Skip to content

Commit

Permalink
edit help message
Browse files Browse the repository at this point in the history
  • Loading branch information
semiller10 committed Oct 23, 2024
1 parent af2ee78 commit b15d690
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/anvi-get-codon-frequencies
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,9 @@ if __name__ == '__main__':
'--exclude-amino-acids', nargs='+',
help="Remove codons that decode the given amino acids (use three-letter codes, e.g., Ala, "
"and STP for stop codons). If `--synonymous`, this argument defaults to \"STP Met "
"Trp\".")
"Trp\", and if other amino acids are excluded, for STP, Met, and Trp codons to still "
"be excluded from the output table, they must also be explicitly provided in the "
"argument.")
groupF.add_argument(
'--include-amino-acids', nargs='+',
help="This is the complement of `--exclude-amino-acids`. Only codons for the given amino "
Expand Down

0 comments on commit b15d690

Please sign in to comment.