raxml-ng
raxml-ng copied to clipboard
why the number is from #2 to #1?
Dear @amkozlov,
Tree searches from different starting trees are conducted in parallel, It can therefore happen that tree search #2 is completed before #1. This is absolutely normal.
If for some reason you want all tree searches to be executed sequentially, just add --workers 1 flag.
Dear @amkozlov, Thanks.