Hi,
I have tried several approaches (both raxml and raxml-ng, see below), but I kept getting errors for some of my files:
1. I used "raxmlHPC-PTHREADS -f a -T 31 -m PROTGAMMALG4X -p 12345 -x 12345 -# 100 -s input.phy"
But I got errors like this:
Bootstrap[96]: Time 1.222145 seconds, bootstrap likelihood -2272.779145, best rearrangement setting 13
Bootstrap[97]: Time 1.186016 seconds, bootstrap likelihood -2208.754567, best rearrangement setting 11
Bootstrap[98]: Time 1.219779 seconds, bootstrap likelihood -2147.585033, best rearrangement setting 6
Bootstrap[99]: Time 1.166089 seconds, bootstrap likelihood -2247.083733, best rearrangement setting 14
raxmlHPC-PTHREADS: optimizeModel.c:1571: optParamGeneric: Assertion `tr->likelihood >= initialLH' failed.
Overall Time for 100 Rapid Bootstraps 127.125646 seconds
Average Time per Rapid Bootstrap 1.271256 seconds
Starting ML Search ...
-2412.8185880121727677760645747184753417968750 -2402.8852359156471720780245959758758544921875
runBacocaResult_reduced_abort.sh: line 26: 23401 Aborted (core dumped) raxmlHPC-PTHREADS -f a -T 31 -m PROTGAMMALG4X -p 12345 -x 12345 -# 100 -s input.phy
2. I did some search and found --no-bfgs might help. However, I got the same error:
raxmlHPC-PTHREADS -f a -T 31 --no-bfgs -m PROTGAMMALG4X -p 12345 -x 12345 -# 100 -s input.phy
raxmlHPC-PTHREADS: optimizeModel.c:1571: optParamGeneric: Assertion `tr->likelihood >= initialLH' failed.
Overall Time for 100 Rapid Bootstraps 127.125646 seconds
Average Time per Rapid Bootstrap 1.271256 seconds
Starting ML Search ...
-2412.8185880121727677760645747184753417968750 -2402.8852359156471720780245959758758544921875
runBacocaResult_reduced_abort.sh: line 26: 23401 Aborted (core dumped) raxmlHPC-PTHREADS -f a -T 31 --no-bfgs -m PROTGAMMALG4X -p 12345 -x 12345 -# 100 -s input.phy
3. I found raxml-ng might help, but..
a. raxml-ng --all --msa input.phy --model LG+G4+F --tree pars{20} --bs-trees 200 --threads 1
b. raxml-ng --all --msa input.phy --model LG+GA --tree pars{20} --bs-trees 200 --threads 1
c. raxml-ng --all --msa input.phy --model LG+G4 --tree pars{20} --bs-trees 200 --threads 1
a, b, and c have the same error:
Partition 0: noname
Model: LG+FO+G4m
Alignment sites / patterns: 473 / 218
Gaps: 1.10 %
Invariant sites: 10.36 %
[00:00:00] NOTE: Resuming execution from checkpoint (logLH: -4266.21, ML trees: 1, bootstraps: 0)
[00:00:00] Data distribution: partitions/thread: 1-1, patterns/thread: 218-218
Starting ML tree search with 20 distinct starting trees
raxml-ng: /home/alex/projects/hits/raxml-ng/src/TreeInfo.cpp:270: double TreeInfo::optimize_params(int, double): Assertion `cur_loglh - new_loglh < -new_loglh * RAXML_DOUBLE_TOLERANCE' failed.
Aborted (core dumped)
Does anyone know how to solve this problem? Thanks!!
Cheers,
Sean