raxml-ng icon indicating copy to clipboard operation
raxml-ng copied to clipboard

why the number is from #2 to #1?

Open BEAST-Community opened this issue 2 years ago • 1 comments

Dear @amkozlov,

image

BEAST-Community avatar Feb 08 '24 01:02 BEAST-Community

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.

amkozlov avatar Feb 08 '24 11:02 amkozlov

Dear @amkozlov, Thanks.

BEAST-Community avatar Feb 23 '24 22:02 BEAST-Community