Dear Alexis,
sorry for continuing in this endless story but might it be, that topologic constraints are not implemented in the fast tree search (-f E)?
I can successfully constrain with a multifurcating tree in ML searches and BS analyses, but it fails in the fast tree search.
Here is what I did (using your example alignment, and RAxML version 7.3.2 from July, 31st; on win7):
raxmlHPC.exe -f E -m GTRGAMMA -g constr.txt -n ctest -p 1234 -s dna.phy
with constr.test being:
((Mouse, Rat, Chicken), (Human, Loach, Seal), (Whale, Carp), Cow, Frog);
And I got:
((Loach,Carp),((Whale,(Human,(Chicken,(Rat,Mouse)))),(Frog,Seal)),Cow);
However, in the ML search it worked (with the same files) to run:
raxmlHPC.exe -f d -N 1 -m GTRGAMMA -g constr.txt -n test -p 1234 -s dna.phy
I got (as expected):
(((Chicken,(Rat,Mouse)),(((Human,Seal),Loach),Frog)),(Whale,Carp),Cow);
Did I miss something?
Best regards
Ingo