From 97058995ef1863d1528d8004cae21176dce75964 Mon Sep 17 00:00:00 2001 From: Natalia Zajac Date: Mon, 7 Mar 2022 12:37:01 +0100 Subject: [PATCH] Update on singularity cache --- conf/fgcz.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/fgcz.config b/conf/fgcz.config index c182473..1e15ff0 100644 --- a/conf/fgcz.config +++ b/conf/fgcz.config @@ -20,5 +20,5 @@ executor { singularity { enabled = true autoMounts = true - cacheDir = "/home/$USER/singularity/" + cacheDir = "/srv/GT/nextflow/singularity/" }