Setup Singularity cache
Manually pre-cache with docker_extract (Recommended)
Setup singularity cache
If you are on juno:
juno:export CWL_SINGULARITY_CACHE=/juno/work/ci/cwl_singularity_cache/juno/work/ci/docker_extract/update_cache.sh -s [cache] -c [cwl_path]
export CWL_SINGULARITY_CACHE=[cache]If you are not on juno or you want to set up the cache manually:
juno or you want to set up the cache manually:python3 -m venv cwl_utils_venv
source cwl_utils_venv/bin/activate
pip install --upgrade pipSetup automatic cache generation
Last updated
Was this helpful?