Skip to content
Discussion options

You must be logged in to vote

just run

iqtree2 -s ALN_FILE -m JTT

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 BIONJ option:

iqtree2 -s ALN_FILE -m JTT -te BIONJ

It will only compute .mldist and the distanced based BIONJ tree, which is much faster for large alignment.

Replies: 1 comment 2 replies

Comment options

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

@roblanf
Comment options

Answer selected by lqhungpt
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