Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust raxml to speed up tree building
Currently tree building for the global tree took ~4 hours (4:35:46). GitHub Actions has a 6hour runtime limit. Changing some of the parameters with the goal of speeding up tree building without losing quality of trees. Testing: 1. `-f b` to `-f a` to use rapid bootstrapping 2. Use `-N 100` to set the number of bootstraps to 100 3. Use `-x 12345` to set the random seed for bootstrapping 4. Add `-i auto` to automatically determine the best starting tree
- Loading branch information