Hello,
I'm hoping someone might be able to help me with an issue I'm encountering using constraints. In summary, the constraint tree which is appended to the .tnt file applies, but does not apply strongly enough, such that the resulting output tree has polytomies where it ought to have resolution.
I've been fiddling with the command code today, changing the collapse command to different options, but with no effect. TNT confirms each time that it has registered the collapse command change, but the tree result is the same. The code I have ended up with is below. Does anybody have any ideas? Thank you!
taxname =;
mxram 1023;
log supertree_log.txt
proc mrp_matrix_full.tnt;
force/&0;
constrain=;
outgroup allzero;
hold 50000;
xmult=level10;
bbreak=fillonly;
nelsen*;
collapse -;
export=trees.tre;