amkozlov / raxml-ng

RAxML Next Generation: faster, easier-to-use and more flexible
GNU Affero General Public License v3.0
383 stars 64 forks source link

bootstrapping convergence check (autoMRE etc.) #7

Closed amkozlov closed 6 years ago

stamatak commented 7 years ago

I wonder if this should not rather be implemented in a separate module and handled via a pyhton script to keep the core raxml-ng code cleaner. I don't see any real advantage in integrating this directly into NG.

amkozlov commented 6 years ago

autoMRE implemented

liamxg commented 3 months ago

Dear @amkozlov, how to set the cut-off to 0.01?

amkozlov commented 3 months ago

Just add --bs-cutoff 0.01.

Please run raxml-ng -h to get further help on command line usage.

liamxg commented 3 months ago

thanks.