Skip to content

Multifurcation option --out-mul-tree doesn't seem to work #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
corneliusroemer opened this issue Mar 28, 2025 · 0 comments
Open

Multifurcation option --out-mul-tree doesn't seem to work #45

corneliusroemer opened this issue Mar 28, 2025 · 0 comments

Comments

@corneliusroemer
Copy link
Contributor

In the general options there's this entry:

--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:

5.34403307029e-06,PP_00109ZR:2.70755226666e-05):0,PP_0010A0P:4.33488094131e-05):0,PP_00109JM:1.64588618645e-05):0,PP_00109KK:1.08175527203e-05):0,PP_0010A3H:5.3818221204e-06):0,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant