Skip to content

Commit

Permalink
tweak help message
Browse files Browse the repository at this point in the history
  • Loading branch information
semiller10 committed Oct 23, 2024
1 parent e6c9bd8 commit af2ee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/anvi-get-codon-frequencies
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ if __name__ == '__main__':
"acid in each gene or function.")
groupD.add_argument(
'--return-amino-acids', default=False, action='store_true',
help="Return frequencies of codons encoding the same amino acid.")
help="Return frequencies of the sets of codons encoding the same amino acid.")
groupD.add_argument(
'--encodings-txt',
help="Changes to the standard genetic code can be provided in this tab-delimited file of "
Expand Down

0 comments on commit af2ee78

Please sign in to comment.