Skip to content
Discussion options

You must be logged in to vote

Thanks for asking, we should have documented it more clearly. This example command:

iqtree2 -s example.phy -m GTR+G -fast

will do the following steps (with comparison to a normal search when necessary):

  1. Load the alignment and skip sequence composition test of a normal search.
  2. Construct a parsimony tree with stepwise addition + SPR search and initialise candidate tree set with this one tree.
  3. Estimate model parameters (GTR+G in this case) on the parsimony tree with an optimisation epsilon 0.5 (normal: 0.1).
  4. Compute pairwise distances based on the model and a NJ tree from the distance matrix.
  5. If NJ tree is different from parsimony tree, put it into the candidate tree set.
  6. For each tree in …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ebraun68
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
2 participants
Converted from issue

This discussion was converted from issue #239 on June 20, 2024 03:35.