You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--out-mul-tree Output the tree in multifurcating format.
However it doesn't seem to have the effect I expect: producing a newick tree that does not have infinitesimally small branches but uses multifurcation instead.
Is this a bug or am I doing something wrong?
This is how I run it:
cmaple \
-aln results/all-clades/masked.fasta \
-st DNA \
--search EXHAUSTIVE \
--out-mul-tree \
--make-consistent \
-nt AUTO \
--overwrite
These are input and output files (remove the txt extension and untar): repro.tar.zst.txt
What seems to happen is that you give 0 branch lengths but don't collapse entirely - maybe this is only an issue in the newick part of the code:
Sample of the newick output, note the 0 - for multifurcation, 0 branches should not exist for internal branches:
In the general options there's this entry:
However it doesn't seem to have the effect I expect: producing a newick tree that does not have infinitesimally small branches but uses multifurcation instead.
Is this a bug or am I doing something wrong?
This is how I run it:
These are input and output files (remove the txt extension and untar): repro.tar.zst.txt
What seems to happen is that you give 0 branch lengths but don't collapse entirely - maybe this is only an issue in the newick part of the code:
Sample of the newick output, note the 0 - for multifurcation, 0 branches should not exist for internal branches:
The text was updated successfully, but these errors were encountered: