sghignone/MrBayes:latest

$ singularity pull shub://sghignone/MrBayes:latest

Singularity Recipe

Bootstrap: docker
From: alpine:latest

%post
	export MPICH_VERSION="3.2"
	export MPICH_CONFIGURE_OPTIONS="--disable-fortran"
	export MPICH_MAKE_OPTIONS

	apk update && apk upgrade \
	&& apk add --no-cache sudo build-base \
	git g++ make automake autoconf

	#install MPI
	mkdir /tmp/mpich-src
	cd /tmp/mpich-src
	wget http://www.mpich.org/static/downloads/${MPICH_VERSION}/mpich-${MPICH_VERSION}.tar.gz \
	&& tar -xzf mpich-${MPICH_VERSION}.tar.gz \
	&& cd mpich-${MPICH_VERSION} \
	&& ./configure ${MPICH_CONFIGURE_OPTIONS} \
	&& make ${MPICH_OPTIONS} && make install \
	&& rm -rf /tmp/mpich-src/

	#install MrBayes
	mkdir /tmp/mrbayes
	cd /tmp/mrbayes
	git clone --depth=1 https://github.com/NBISweden/MrBayes.git
	cd MrBayes/ \
	&& ./configure --with-mpi --without-beagle \
	&& make && make install \
	&& rm -rf /tmp/mrbayes

%labels
	author Stefano Ghignone
	maintainer sghignone
	name MrBayes
	version v3.2.7a

Collection


View on Datalad

Metrics

key value
id /containers/sghignone-MrBayes-latest
collection name sghignone/MrBayes
branch master
tag latest
commit b999235188f5dcf272d704c421c0ee74889aabdd
version (container hash) 6492c6dd49eae023cd276ea74c4a59b0
build date 2020-04-01T16:22:19.526Z
size (MB) 268.0
size (bytes) 94003231
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.