Closed davipatti closed 4 years ago
Hi @davipatti,
that's an interesting one :)
Apparently rounding some very small substitution rates to zero leads to numerical problems on this particular dataset.
Could you please try to re-run with original FLU model (attached, also available from ftp://ftp.sanger.ac.uk/pub/1000genomes/lsq/FLU), using the following command:
raxml-ng --search1 --msa ali.fasta --model PROTGTR{FLU.txt}+G --seed 42
This seems to fix the problem for me, if you can confirm, I will update the rates in the built-in FLU model.
I've tried --model PROTGTR{FLU.txt}+G
and that runs fine. Thanks!
Thanks for the confirmation! This has been fixed by 12f68c5a1f9337f2255dc4e1a13be0c5a98adb40
Hello, I've been running into this error:
I have investigated a bit:
--model FLU
and--model FLU+F+I
run fine.+G
seems to be causing the issue.--threads 6
and--threads 1
both cause the same error.--parse
runs fine. So, I don't think the error is caused by problematic data.Any help would be great, thanks