mb-mpi
Bayesian Inference of Phylogeny - mpi version
Install
- All systems
-
curl cmd.cat/mb-mpi.sh
- Debian
-
apt-get install mrbayes-mpi
- Ubuntu
-
apt-get install mrbayes-mpi
- Kali Linux
-
apt-get install mrbayes-mpi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mrbayes-mpi
- Raspbian
-
apt-get install mrbayes-mpi
- Dockerfile
- dockerfile.run/mb-mpi
mrbayes-mpi
Bayesian Inference of Phylogeny - mpi version
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. This package offers a binary compiled for parallel computation with MPI.