powerPlant/survivor-srf:1.0.5
$ singularity pull shub://powerPlant/survivor-srf:1.0.5
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
- Name: powerPlant/survivor-srf
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/powerPlant-survivor-srf-1.0.5 |
collection name | powerPlant/survivor-srf |
branch | master |
tag | 1.0.5 |
commit | 0cb9c5e43178a3e21e065c130587cab2989111fa |
version (container hash) | 4d3e362b224c447bd275f5139caec023 |
build date | 2019-02-15T05:11:19.338Z |
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 |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.