-
|
Hi Admin, |
Beta Was this translation helpful? Give feedback.
Answered by
bqminh
May 2, 2024
Replies: 1 comment 2 replies
-
|
just run IQ-TREE will print a file with suffix ".mldist". This is the distance matrix under JTT model. It will only compute .mldist and the distanced based BIONJ tree, which is much faster for large alignment. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
lqhungpt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

just run
IQ-TREE will print a file with suffix ".mldist". This is the distance matrix under JTT model.
Note that this run will also infer a tree. If you only want to get the distance, you can speed up by adding
-te BIONJoption:It will only compute .mldist and the distanced based BIONJ tree, which is much faster for large alignment.