powerPlant/mapgd-srf:latest

$ singularity pull shub://powerPlant/mapgd-srf:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:bionic

%labels
Maintainer tejas.sevak@plantandfood.co.nz
Version 0.4.38-d3edee2

%post
  ## Download build prerequisites
  apt-get -y update
  apt-get -y install g++ git gettext libgomp1 libgsl-dev libgsl23 libgslcblas0 libhts2 libhts-dev libsqlite3-0 libsqlite3-dev make zlib1g-dev

  git clone https://github.com/LynchLab/MAPGD.git
  cd /MAPGD
  git checkout d3edee2
  ./configure
  make && make install

  ## Cleanup
  apt-get -y remove g++ git gettext libgsl-dev libhts-dev libsqlite3-dev make
  apt-get -y autoremove
  apt-get -y clean all
  rm -rf /MAPGD*

%runscript
 exec mapgd "$@"

Collection


View on Datalad

Metrics

key value
id /containers/powerPlant-mapgd-srf-latest
collection name powerPlant/mapgd-srf
branch master
tag latest
commit daddeab2e9e5bac7c6f815d8e05d300276eb3bc3
version (container hash) 10bd732bcf7d3f22c92cd28fcd757e75
build date 2019-02-11T09:20:46.034Z
size (MB) 161
size (bytes) 64966687
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.