From 865909ac54d76078fc2c58aed07221acbc14a674 Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Tue, 8 Oct 2019 13:14:21 +0200 Subject: [PATCH] Update cfc.config --- conf/cfc.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/cfc.config b/conf/cfc.config index d1f1112..75129b6 100644 --- a/conf/cfc.config +++ b/conf/cfc.config @@ -7,7 +7,7 @@ params { singularity { enabled = true - cacheDir = "/nfsmounts/container/nf-core/${workflow.manifest.name}/v${workflow.manifest.version}/" + cacheDir = params.singularity_cachedir } process { @@ -22,6 +22,7 @@ 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