From 1e54d9510dfa6c1be09fb0c21a59c6fece29d846 Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Tue, 8 Oct 2019 13:15:49 +0200 Subject: [PATCH] Update cfc.config --- conf/cfc.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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