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

chmod 775 cached images

parent 4175e3c0
Branches
Tags
2 merge requests!76Develop,!71Seqwho
Pipeline #9418 canceled with stages
in 6 minutes and 28 seconds
......@@ -34,6 +34,7 @@ img_cache:
script:
- export -p | grep SINGULARITY_CACHEDIR
- cat nextflow.config | grep -oP "container = \K.*" | tr -d "'" | sort | uniq | xargs -P 10 -I {} singularity pull --dir ${dir} 'docker://'{} || true
- chmod 775 ${dir}*.sif
collect:
stage: versions
......
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