User Tools

Site Tools


mrbayes-software

mrbayes

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.

Information

Usage

See which versions are available:

$ module avail mrbayes

Load one version into your environment and run it:

$ module load mrbayes/3.2.7a
$ mb

Installation

Notes from the sysadmin during installation.

$ cd /tmp
$ wget https://github.com/NBISweden/MrBayes/archive/v3.2.7a.tar.gz
$ tar xf v3.2.7a.tar.gz 
$ cd MrBayes-3.2.7a
$ ./configure --prefix=/export/apps/mrbayes/3.2.7a
$ make
$ sudo mkdir -p /export/apps/mrbayes/3.2.7a
$ sudo chown aorth /export/apps/mrbayes/3.2.7a
$ make install
$ sudo chown -R root:root /export/apps/mrbayes/3.2.7a
mrbayes-software.txt · Last modified: 2023/09/11 07:17 by aorth