powerPlant/survivor-srf:latest

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

Singularity Recipe

Bootstrap: docker
From: ubuntu:bionic

%labels
Maintainer tejas.sevak@plantandfood.co.nz
Version 1.0.5

%post
  ## Download build prerequisites
  apt-get -y update
  apt-get -y install build-essential wget 

 cd /opt
 wget https://github.com/fritzsedlazeck/SURVIVOR/archive/v1.0.5.tar.gz
 tar -xvf v1.0.5.tar.gz
 cd SURVIVOR-1.0.5/Debug
 make

 ## Cleanup
  rm -rf /opt/v1.0.5.tar.gz
  apt-get remove build-essential wget -y
  apt-get autoremove -y
  apt-get -y clean all

%runscript
  exec /opt/SURVIVOR-1.0.5/Debug/SURVIVOR "$@"

Collection


View on Datalad

Metrics

key value
id /containers/powerPlant-survivor-srf-latest
collection name powerPlant/survivor-srf
branch master
tag latest
commit 0cb9c5e43178a3e21e065c130587cab2989111fa
version (container hash) d1fe39c213a6b4bba3a0b131b9ac7ca0
build date 2019-02-15T05:11:19.345Z
size (MB) 175
size (bytes) 65699871
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.