MrBayes MPI 3.1
General information and sample Command blocks.

   Submitting NEXUS files to the CCG Phylocluster


There are two ways to submit MrBayes analyses to the CCG Phylocluster:


  1. 1. You may select the "Simple View", submit your     NEXUS file without a command block and use the     provided pull down menus to select parameters     for your analysis.



  2. 2. You may select the "Expert View" and submit     your NEXUS file with a command block already     written to your file.



Simple Command block for MrBayes with a single
model (GTR+I+Γ). It is recommended that you
estimate a model for your data set with MrModeltest2.

Copy all of the text in the white box below and paste into your NEXUS file after the last "end;" EDIT VALUES TO MATCH YOUR DATA!

Begin mrbayes;
  1. log start filename=FILENAME_log.txt;
  2. set autoclose=yes;
  3. lset nst=6 rates=invgamma;
  4. mcmc ngen=50000000 samplefreq=100 printfreq=100 nchains=4 savebrlens=yes;
  5. sump burnin=12500;
  6. sumt burnin=12500;
  7. log stop;

END;


More complex Command block for MrBayes with Multiple partitions and models. It is recommended that you estimate a model for your data set with MrModeltest2.

Copy all of the text in the white box below and paste into your NEXUS file after the last "end;" EDIT VALUES TO MATCH YOUR DATA!

Begin mrbayes;
  1. log start filename=FILENAME_log.txt;
  2. set autoclose=yes;
  3. charset 1stpos = 1-720\3;
  4. charset 2ndpos = 2-720\3;
  5. charset 3rdpos = 3-720\3;
  6. partition bycodon = 3:1stpos,2ndpos,3rdpos;
  7. unlink shape=(all) pinvar=(all) statefreq=(all) revmat=(all);
  8. lset applyto=(1,3) nst=6 rates=invgamma;
  9. lset applyto=(2) nst=2 rates=gamma;
  10. mcmc ngen=50000000 samplefreq=1000 printfreq=1000 nchains=4 savebrlens=yes;
  11. sump burnin=12500;
  12. sumt burnin=12500;
  13. log stop;

END;


Related Links

MrModeltest2 explained

PAUP info and commands

MrBayes info and commands

Clustal W info

RAxML info and commands

PAUP Sets blocks