Skip to content
Discussion options

You must be logged in to vote

Your lambda tree does not match the structure of your species tree. Where you have sp1 in your tree you have a pair of nodes in your lambda tree. But also, you've renamed all of the species in your tree to 1. The structure is generally <species_name>:<lambda>, so a tree that will match your species tree would be

(sp1:1,(sp2:1,(sp3:1,(sp4:1,sp5:1):1):1):1);

Note also that you've only specified a single lambda here. Using this tree won't work any differently than not specifying a lambda tree at all.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Fantacooke2
Comment options

Answer selected by benfulton
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@benfulton
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #210 on February 25, 2025 14:51.