Difference between revisions of "MrBayes"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | [[Category:Phylogenetics]] | + | [[Category:Software]][[Category:Biology]][[Category:Phylogenetics]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|mrbayes}} | |{{#vardefine:app|mrbayes}} |
Latest revision as of 12:28, 19 August 2022
Description
MrBayes is a program for Bayesian inference and model choice across a wide range of phylogenetic and evolutionary models. MrBayes uses Markov chain Monte Carlo (MCMC) methods to estimate the posterior distribution of model parameters.
Environment Modules
Run module spider mrbayes
to find out what environment modules are available for this application.
System Variables
- HPC_MRBAYES_DIR - installation directory
Additional Information
- For MPI jobs
- As a rule of thumb ntasks should be set to the total number of chains (MrBayes default is 4 chains * 2 runs = 8 chains)
- As long as the number of cores is under 12, it is best to use a single node ("SBATCH --nodes=1") where nodes are physical computers as that will keep all communication within a single node.