From 4fd9dec2e022324aac93414c94bc4f130fbfde28 Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Mon, 17 May 2021 21:35:21 -0500 Subject: [PATCH] Change chachedir syntax. --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 394e3c5..9c0dc30 100644 --- a/nextflow.config +++ b/nextflow.config @@ -37,7 +37,7 @@ process { singularity { enabled = true runOptions='--no-home --cleanenv' - cacheDir="$PWD" + singularity.cacheDir="$PWD" } trace { -- GitLab