powerPlant/mrbayes-srf:3.2.7a

$ singularity pull shub://powerPlant/mrbayes-srf:3.2.7a

Singularity Recipe

Bootstrap: docker
From: ubuntu:bionic

%labels
Maintainer eric.burgueno@plantandfood.co.nz
Version 3.2.7a

%post
  ## Download build prerequisites
  apt-get update
  apt-get -y install g++ libhmsbeagle1v5 libhmsbeagle-dev make wget

  ## Build
  cd /opt
  wget https://github.com/NBISweden/MrBayes/releases/download/v3.2.7a/mrbayes-3.2.7a.tar.gz
  tar -xzf mrbayes-3.2.7a.tar.gz
  cd mrbayes-3.2.7a
  ./configure
  make -j`nproc` install

  ## Cleanup
  apt-get -y remove g++ libhmsbeagle-dev make wget
  apt-get -y autoremove
  rm -rf /opt/*

%runscript
  exec mb "$@"

Collection


View on Datalad

Metrics

key value
id /containers/powerPlant-mrbayes-srf-3.2.7a
collection name powerPlant/mrbayes-srf
branch master
tag 3.2.7a
commit 172eea0bdf97dd588b70f15ef2924706dff9bfaf
version (container hash) 99197b4846425791f988c6337e06f2e6fb7fa652b088697cf673343af260a74e
build date 2020-09-03T11:47:18.671Z
size (MB) 104.6796875
size (bytes) 109764608
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.