From e5e9a40b9c02dd8b7fd2f6b8da2c8071e0a11872 Mon Sep 17 00:00:00 2001 From: a-price Date: Fri, 29 Jul 2022 09:31:02 +0000 Subject: [PATCH] add singularity cache dir --- nextflow.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextflow.config b/nextflow.config index 57b1f7c..8b3a444 100644 --- a/nextflow.config +++ b/nextflow.config @@ -42,7 +42,7 @@ profiles { singularity.autoMounts = 'true' // path to the singularity containers - params.sif_dir = "${baseDir}/singularity" + singularity.cacheDir = "${baseDir}/singularity" process { withLabel:normal_CPU { cpus = 8 } @@ -71,7 +71,7 @@ profiles { singularity.autoMounts = 'true' // path to the singularity containers - params.sif_dir = "/data/images" + singularity.cacheDir = "/data/images" process { scratch = true