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

Try to set restrictive permissions for cache

parent 9aa7927c
Branches
Tags
2 merge requests!76Develop,!71Seqwho
Pipeline #9420 canceled with stages
in 1 minute and 29 seconds
......@@ -15,7 +15,7 @@ variables:
refMoVersion: "38.p6.vM25"
refHuVersion: "38.p13.v36"
refERCCVersion: "92"
dir: "/project/BICF/BICF_Core/shared/gudmap/singularity_cache/"
dir: "/project/BICF/BICF_Core/shared/gudmap/singularity_cache/cache"
stages:
- singularity
......@@ -34,7 +34,6 @@ img_cache:
script:
- chmod 0700 ${dir}
- cat nextflow.config | grep -oP "container = \K.*" | tr -d "'" | sort | uniq | xargs -P 10 -I {} singularity pull --dir ${dir} 'docker://'{} || true
- chmod 775 ${dir}
- chmod 775 ${dir}*.sif
collect:
......
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