Skip to content

Commit

Permalink
doc: update parser comment to signal that json annotation allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher committed Jul 26, 2023
1 parent 29940ba commit 9f1b1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/ancestral.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def register_parser(parent_subparsers):
parser.add_argument('--alignment', '-a', help="alignment in fasta or VCF format")
# FIXME: these three arguments should either be all there or none
parser.add_argument('--annotation',
help='GenBank or GFF file containing the annotation')
help='GenBank, GFF, nextclade annotation json file containing the annotation')
parser.add_argument('--genes', nargs='+', help="genes to translate (list or file containing list)")
parser.add_argument('--translations', type=str, nargs='+', help="translated alignments for each CDS/Gene. "
"Currently only supported for fasta-input")
Expand Down

0 comments on commit 9f1b1c2

Please sign in to comment.