marcc-hpc/shortbred:latest
$ singularity pull shub://marcc-hpc/shortbred:latest
Singularity Recipe
Bootstrap: docker
From: biobakery/shortbred:latest
%environment
# use bash as default shell
SHELL=/bin/bash
export SHELL
%setup
# runs on host - the path to the image is $SINGULARITY_ROOTFS
%post
# post-setup script
# load environment variables
. /environment
# use bash as default shell and prepend /scratch/bin to PATH
echo 'SHELL=/bin/bash' >> /environment
echo 'PATH=/scratch/bin:$PATH' >> /environment
echo 'export PATH' >> /environment
echo '. /home/linuxbrew/.profile' >> /environment
# make environment file executable
chmod +x /environment
# default mount paths
mkdir /scratch /data
%apprun identify
exec shortbred_identify.py "$@"
%apprun quantify
exec shortbred_quantify.py "$@"
%test
# test that script is a success
Collection
- Name: marcc-hpc/shortbred
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/marcc-hpc-shortbred-latest |
collection name | marcc-hpc/shortbred |
branch | master |
tag | latest |
commit | 47ed95063dc07a27a5ca4d4299e0d5129b7a7a0e |
version (container hash) | 4262adbb8371829bb4cbb513291eb606 |
build date | 2020-07-14T11:29:27.481Z |
size (MB) | 2342 |
size (bytes) | 1094397983 |
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.