name = 'MrBayes' version = '3.2.0' homepage = 'http://mrbayes.csit.fsu.edu' description = "MrBayes is a program for the Bayesian estimation of phylogeny." toolchain = {'name': 'goolf', 'version': '1.4.10'} toolchainopts = {'optarch': True, 'usempi': True} sources = [SOURCELOWER_TAR_GZ] source_urls = ["http://downloads.sourceforge.net/project/mrbayes/mrbayes/%s" % (version)] dependencies = [ ('beagle-lib', '20120124'), ('libreadline', '6.2'), ] moduleclass = 'bio'