From a7b03ba662c596032aaa741a588826fd0951527c Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Thu, 15 Apr 2021 15:57:40 +0200 Subject: [PATCH] nextflow.config: change singualrity cacheDir for profile psmn --- src/nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nextflow.config b/src/nextflow.config index 16944c7b..05a44103 100644 --- a/src/nextflow.config +++ b/src/nextflow.config @@ -59,7 +59,7 @@ profiles { } psmn { singularity.enabled = true - singularity.cacheDir = "$baseDir/.singularity_psmn/" + singularity.cacheDir = "/Xnfs/abc/singularity/" singularity.runOptions = "--bind /Xnfs,/scratch" process{ errorStrategy = { sleep(Math.pow(2, task.attempt) * 200 as long); return 'retry' } -- GitLab