-
Got the warning "bootstrap analysis did not converge" in IQ-TREE which suggests that the number of bootstrap replicates may not have been sufficient for convergence. Even though I set -B 1000 (for ultrafast bootstrap) and -nm 2000 (for bootstrap stopping criteria), the analysis still did not reach a stable support value. What I should do? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You could either do more iterations (e.g. -nm 10000) or you could do a standard (not ultrafast) bootstrap (e.g. |
Beta Was this translation helpful? Give feedback.
-
Thank you! |
Beta Was this translation helpful? Give feedback.
You could either do more iterations (e.g. -nm 10000) or you could do a standard (not ultrafast) bootstrap (e.g.
-b 100
would do 100 standard bootstraps, giving you estimates to the nearest ~1%).