Skip to content

I iqtree use HKY when I ask for GTR #398

Answered by bqminh
EHC2019 asked this question in Q&A
Discussion options

You must be logged in to vote

Confirming this is a bug in iqtree when using -s with a folder of alignments and -m option, then the default model (e.g. HKY for DNA) is applied, instead of the model specified via -m. Thanks for reporting! We will try to fix it in the next release.
As a quick work around, you need to concatenate all alignments in the folder into a single alignment and then run IQ-TREE on the concatenated alignment. The following two command lines will do:

iqtree2 -s pathToAlnDir -ao concat.phy
iqtree2 -s concat.phy .... # insert all other options you want on include in the original command here

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@EHC2019
Comment options

@roblanf
Comment options

Comment options

You must be logged in to vote
1 reply
@EHC2019
Comment options

Answer selected by roblanf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants