Hi, I have been trying to run MrBayes with Google VMs. But it runs not faster but slower than my mid-range PC. How may I resolve this? I need to run MrBayes rapidly, I have tried running with MPI but still very slow. These are some information about my data.
begin data;
dimensions ntax= 188 nchar= 4814;
format datatype=dna missing=? gap=- matchchar=.;
matrix
begin mrbayes;
charset SSU = 1-1061;
charset LSU = 1062-2004;
charset TEF11stpos = 2005-2969\3;
charset TEF12ndpos = 2006-2969\3;
charset TEF13rdpos = 2007-2969\3;
charset RPB11stpos = 2970-3730\3;
charset RPB12ndpos = 2971-3730\3;
charset RPB13rdpos = 2972-3730\3;
charset RPB21stpos = 3731-4814\3;
charset RPB22ndpos = 3732-4814\3;
charset RPB23rdpos = 3733-4814\3;
partition partition-by-codon=11: SSU,LSU,TEF11stpos,TEF12ndpos,TEF13rdpos,RPB11stpos,RPB12ndpos,RPB13rdpos,RPB21stpos,RPB22ndpos,RPB23rdpos;
set partition=partition-by-codon;
lset applyto=(1,4) nst=6 rates=invgamma;
lset applyto=(2,3,5,6,7,8,9,10,11) nst=6 rates=invgamma;
prset applyto=(2,3,5,6,7,8,9,10,11) statefreqpr=fixed(empirical);
unlink revmat=(all) statefreq=(all) shape=(all);
prset applyto=(all) ratepr=variable;
mcmcp ngen=10000000 printfreq=1000 samplefreq=1000 relburnin=yes burninfrac=0.2;
mcmcp nchains=4 nswaps=4 savebrlens=yes temp=0.1;
mcmcp nruns=2 diagnfreq=5000 diagnstat=maxstddev;
mcmc;
Thanks a lot.
Jeremiah
mrbayes
vms
google