-
Hi, I am trying to reconstruct a tree from a directory of MSAs using GTR+G (~6000 files, Input data: 1051 sequences with 7758274 nucleotide sites). However, I get an output tree with the Model: HKY+F (not GTR) Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
That command looks OK to me. Can you please post the log file from your run (called something like |
Beta Was this translation helpful? Give feedback.
-
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.
|
Beta Was this translation helpful? Give feedback.
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: