Computational-Plant-Science/Example-Workflow:latest
$ singularity pull shub://Computational-Plant-Science/Example-Workflow:latest
Singularity Recipe
Bootstrap: shub
From: frederic-michaud/python3
%labels
Maintainer Chris Cotter (cotter@uga.edu)
Version v0.1
%setup
mkdir -p ${SINGULARITY_ROOTFS}/code/
%files
#Copy the nextflow file into the container
# some_file /code/
%post
#Install your workflow code here
pip3 install scikit-image
# No run script is necessary. "sinqularity exec" is used to run process_sample
#%runscript
Collection
- Name: Computational-Plant-Science/Example-Workflow
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/Computational-Plant-Science-Example-Workflow-latest |
collection name | Computational-Plant-Science/Example-Workflow |
branch | master |
tag | latest |
commit | de0bc240dcc9e96ecbcf2767252aafc51f78f40e |
version (container hash) | 6ab24e090d9d096a3751bb4f48c3d4d1 |
build date | 2019-02-28T01:51:30.014Z |
size (MB) | 1160 |
size (bytes) | 515411999 |
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.