Hi all
I am trying to use a partial (backbone) constraint in MrBayes, to force some relations that were postulated in another paper. As I understood from the command reference, I need to define a partial constrain with the monophyletic taxa in one side and the taxa I do not want to get in the middle of the other clade in the other:
constraint name partial = 41 42 48 : 14 15 16;
and them apply said constraint
prset topologypr=constraints(ingroup,name); [note I also have an ingroup constraint defined]
The analysis runs great, but in the end I got trees that do not fulfil the constraint at all.
Any ideas what is going wrong?