mb
Bayesian Inference of Phylogeny
Install
- All systems
-
curl cmd.cat/mb.sh
- Debian
-
apt-get install mrbayes
- Ubuntu
-
apt-get install mrbayes
- Kali Linux
-
apt-get install mrbayes
- Fedora
-
dnf install python2-mb
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mrbayes
- Raspbian
-
apt-get install mrbayes
- Dockerfile
- dockerfile.run/mb
mrbayes
Bayesian Inference of Phylogeny
Bayesian inference of phylogeny is based upon a quantity called the posterior probability distribution of trees, which is the probability of a tree conditioned on the observations. The conditioning is accomplished using Bayes's theorem. The posterior probability distribution of trees is impossible to calculate analytically; instead, MrBayes uses a simulation technique called Markov chain Monte Carlo (or MCMC) to approximate the posterior probabilities of trees.
python2-mb
commandline tools
python-mb
commandline tools
mrbayes-dbg
Bayesian Inference of Phylogeny - debug symbols
Bayesian inference of phylogeny is based upon a quantity called the posterior probability distribution of trees, which is the probability of a tree conditioned on the observations. The conditioning is accomplished using Bayes's theorem. The posterior probability distribution of trees is impossible to calculate analytically; instead, MrBayes uses a simulation technique called Markov chain Monte Carlo (or MCMC) to approximate the posterior probabilities of trees. The package provides the debug symbols that are otherwise stripped from the binaries to reduce the footprint of the package. This package can be installed to help debugging of problems when running mrbayes.