Hi,
I need to align genomes for which I do not have a tree ( I am doing the algnment to be able to extract snps and create one ). I used a fake tree, just listing all the assemblies in order, which wa working with previous version of cactus and the results were quite reliable for the organisms I work with.
Now I get this error: Such nodes have been shown to drastically drop coverage in recent versions of Cactus. For best results, binarize your tree and try again. You can override this check by toggling "allow_multifurcations" to "1" in the configuration XML
I actually found this file :
cactus/src/cactus/cactus_progressive_config.xml
and I modified it here
Hi, I need to align genomes for which I do not have a tree ( I am doing the algnment to be able to extract snps and create one ). I used a fake tree, just listing all the assemblies in order, which wa working with previous version of cactus and the results were quite reliable for the organisms I work with.
Now I get this error: Such nodes have been shown to drastically drop coverage in recent versions of Cactus. For best results, binarize your tree and try again. You can override this check by toggling "allow_multifurcations" to "1" in the configuration XML
I actually found this file : cactus/src/cactus/cactus_progressive_config.xml and I modified it here
I still get the same error message though. What could be the problem?
Thanks