-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tolerance Failing #73
Comments
I recently fixed a very similar issue in the dev branch, could you please check if it works on your dataset: https://github.com/amkozlov/raxml-ng/wiki/Installation#building-development-branch Thanks! |
Glad to hear that the original issue was fixed! As for the other error, I'm not surprised that extremely low brlens cause problems. I can have a closer look if you'll send me your dataset, Maybe one thing to try would be to reduce optimization range by adjusting |
While the program is running, with command /home/mrsn/Programs/raxml-ng_v0.9.0_linux_x86_64/raxml-ng --all --msa O167.raxml.rba --model GTR+G --prefix O167 --seed 211476 --threads 3 --bs-metric fbp,tbe --tree pars{100},rand{100} --bs-trees 1000 the following error message appears:
The number of raxml-ng: /home/... error messages corresponds to number of threads given. Number of tree searches performed before failing varies. Changing seed effects that but doesn't solve it. Rerunning the command keeps the progress of the previous run.
Also get the error when running the command /home/mrsn/Programs/raxml-ng_v0.9.0_linux_x86_64/raxml-ng --all --msa O167.raxml.rba --prefix O167 --seed 9513 --threads 2 --bs-metric fbp,tbe --tree pars{100},rand{100} --bs-trees 1000
The program does finish eventually, I just have to run the command many times and change the seed each time.
The text was updated successfully, but these errors were encountered: