From 3da1373c147101f16b5bb1306f78d3456ab8c1e3 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Thu, 14 Mar 2019 21:16:02 +0100 Subject: [PATCH] Updated path to centralised singularity cache --- conf/shh.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/shh.config b/conf/shh.config index 4088afd..3b58d23 100644 --- a/conf/shh.config +++ b/conf/shh.config @@ -7,7 +7,7 @@ params { singularity { enabled = true - cacheDir = "/projects1/users/$USER/nextflow/nf_cache/singularity/" + cacheDir = "/projects1/singularity_scratch/cache/" } process {