Skip to content

Commit

Permalink
add phylip-relaxed to input alignment options
Browse files Browse the repository at this point in the history
  • Loading branch information
brantfaircloth committed Jul 18, 2023
1 parent 2b6a305 commit 1c7df59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/align/phyluce_align_concatenate_alignments
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_args():
parser.add_argument(
"--input-format",
dest="input_format",
choices=["fasta", "nexus", "phylip", "clustal", "emboss", "stockholm"],
choices=["fasta", "nexus", "phylip", "phylip-relaxed", "clustal", "emboss", "stockholm"],
default="nexus",
help="""The input alignment format""",
)
Expand Down

0 comments on commit 1c7df59

Please sign in to comment.