Skip to content

How to distinguish UFBoot and SH-aLRT values in an output? #249

Answered by roblanf
finwe858 asked this question in Q&A
Discussion options

You must be logged in to vote

The answers:

  • the label 73.3/96 is aLRT/UFBOOT
  • the order you put stuff on the command line doesn't make any difference

Here's how you can figure it out (and how I figured it out...). If you take a small example file you can run command lines to distinguish what's going on, including whether changing the order on the command line changes the output. I increased the sample sizes just to get more reproducible estimates (small differences are still expected, because I didn't fix the random number seed):

iqtree2 -s example.phy -st DNA -m JC -bb 10000 -alrt 10000  -pre bb_alrt # alrt first
iqtree2 -s example.phy -st DNA -m JC -alrt 10000 -bb 10000  -pre alrt_bb # bb first
iqtree2 -s example.ph…

Replies: 2 comments 2 replies

Comment options

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

Comment options

You must be logged in to vote
1 reply
@bqminh
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