powerPlant/repet-srf:latest
$ singularity pull shub://powerPlant/repet-srf:latest
Singularity Recipe
Bootstrap: docker
From: urgi/docker_vre_aio:v3.0
%environment
export REPET_PATH="/usr/local/REPET_linux-x64-3.0"
export PATH="/usr/local/REPET_linux-x64-3.0/bin:${PATH}"
%runscript
if [ -x $REPET_PATH/bin/$SINGULARITY_NAME ]; then
exec $SINGULARITY_NAME "$@"
else
/bin/echo -e "This Singularity image cannot provide a single entrypoint. Please use \"singularity exec $SINGULARITY_NAME <cmd>\", where <cmd> is one of the following:\n"
exec ls $REPET_PATH/bin
fi
%help
This assumes that $PATH below contains symlinks to the container image
See https://github.com/powerPlant/README#dealing-with-multiple-entrypoints
%labels
Author Ben Warren <ben.warren@plantandfood.co.nz>
Name REPET
Version 3.0
Collection
- Name: powerPlant/repet-srf
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/powerPlant-repet-srf-latest |
collection name | powerPlant/repet-srf |
branch | master |
tag | latest |
commit | 6fcb1db854576968344cd6edd8abdfb3489ae8d4 |
version (container hash) | dd668bc0f7d057f42fd227389e2c7a7b9eda4c2b30c76abc1dbc14ec265359c5 |
build date | 2020-10-07T22:03:45.162Z |
size (MB) | 4963.28515625 |
size (bytes) | 5204381696 |
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.