diff --git a/conf/cfc.config b/conf/cfc.config index 75129b6..c852fdd 100644 --- a/conf/cfc.config +++ b/conf/cfc.config @@ -5,9 +5,10 @@ params { config_profile_url = 'http://qbic.uni-tuebingen.de/' } +CACHE_DIR = "/nfsmounts/container/nf-core/${workflow.manifest.name}/v${workflow.manifest.version}/" singularity { enabled = true - cacheDir = params.singularity_cachedir + cacheDir = CACHE_DIR } process { @@ -22,7 +23,6 @@ weblog{ params { igenomes_base = '/nfsmounts/igenomes' - singularity_cachedir = "/nfsmounts/container/nf-core/${workflow.manifest.name}/v${workflow.manifest.version}/" max_memory = 60.GB max_cpus = 20 max_time = 140.h