mrbayes

Bayesian inference of phylogenies and evolutionary models

brewmacoslinux
Try with needOr install directly
Source

About

Bayesian inference of phylogenies and evolutionary models

Commands

mb

Examples

Run a MrBayes analysis using a Nexus format input file$ mb analysis.nex
Execute MrBayes with a custom command file$ mb < commands.txt
Run MrBayes interactively and execute commands from stdin$ echo 'read data file=mydata.nex; mcmc ngen=10000; quit;' | mb