Closed dlaehnemann closed 1 year ago
Hi David,
you're right: RBA file will not be created for probabilistic alignments (e.g. CATG), mainly because (discrete) pattern compression does not work in this case.
I added a corresponding note to the tutorial.
Thanks for the quick response!
Quick follow-up question from the note you added: Does VCF input work for regular raxml-ng
version 1.1? I had seen it in the CellPhy project, but from looking at the main repo code here in raxml-ng
, I though VCF support was so far only implemented on the respective CellPhy branch (which is not yet merged, so not part of the 1.1
release).
That's correct. As of now, VCF support is only available in the cellphy branch.
Thanks for the clarification!
According to to the "Preparing the alignment" section of the tutorial:
Thus, when running the following command, I was expecting an
results/raxml_ng_parse/control.raxml.rba
file to be created:However, this file is not created and no
NOTE: Binary MSA file created: ...
appears in the logs, even with--log DEBUG
. What am I doing wrong? Or is the.rba
creation simply not supported forCATG
files? Or does it not make sense? If so, I'd suggest adding this information to the Wiki, both in the above location and in the section on output files: https://github.com/amkozlov/raxml-ng/wiki/Output:-files-and-settings#output-filesFor more details, here's the
--log DEBUG
output of the above command: