powerPlant/mrbayes-srf:3.2.7a-gpu

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

Singularity Recipe

Bootstrap: shub
From: powerPlant/open-mpi-srf:4.0.2

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

%post
  ## Download prerequisites
  apt-get -y install g++ libhmsbeagle1v5 libhmsbeagle-dev libnvidia-compute-430 make ocl-icd-libopencl1 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-gpu
collection name powerPlant/mrbayes-srf
branch master
tag 3.2.7a-gpu
commit 0e6fcd3af7180d2348fac9613eec7b65cb7a8a89
version (container hash) d14daca964292075551ab6a655524e89bbe0eb1ba57a344e5a0698ab84e55dbb
build date 2019-11-21T08:43:23.627Z
size (MB) 89.265625
size (bytes) 93601792
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.