Hello,
I am stacked in the nexus file for a combined data analysis on mrbayes It is not working and don"t know where is the mistake .... in the header or rather in the endblock ...
that's the content
#NEXUS
BEGIN DATA;
dimensions ntax=50 nchar=638;
format missing=?
interleave=yes datatype=mixed(DNA:1-627, Standard:628-638) gap=- match=.;
matrix
begin mrbayes;
outgroup S_long, S_minus, S_bail;
charset 28S = 1-627;
charset morphology = 628-638;
partition favored = 2: 28S, morphology;
set partition = favored;
lset applyto=(1) nst=2 rates=invgamma;
lset applyto=(2) rates=gamma;
unlink statefreq=(all) revmat=(all) shape=(all) pinvar=(all);
prset applyto=(all) ratepr=variable;
mcmcp ngen=100000 samplefreq=100 nchains=4;
end;
many thank's for your consideration I hope somebody can help me