Skip to content
Snippets Groups Projects
Commit 0d01fd1c authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Display singularity cache

parent e697def7
Branches
Tags
2 merge requests!76Develop,!71Seqwho
Pipeline #9380 canceled with stages
in 5 seconds
......@@ -31,6 +31,7 @@ stages:
img_cache:
stage: singularity
script:
- export -p | grep SINGULARITY_CACHEDIR
- >
for container in `cat nextflow.config | grep -oP "container = \K.*" | tr -d "'" | sort | uniq`; do
singularity pull 'docker://'${container}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment