From d4c71f0d8d3a4bfceec0fcf08174868e6163b19c Mon Sep 17 00:00:00 2001 From: Marc Trunjer Kusk Nielsen Date: Wed, 1 Sep 2021 13:22:31 +0200 Subject: [PATCH] Update computerome.config --- conf/computerome.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/computerome.config b/conf/computerome.config index 1085b49..ef9e71f 100644 --- a/conf/computerome.config +++ b/conf/computerome.config @@ -1,4 +1,4 @@ -singularityDir = "/gpfs/scratch/${USER}/singularity_images_nextflow" +singularityDir = "/scratch/${USER}/singularity_images_nextflow" //Profile config names for nf-core/configs params { @@ -14,7 +14,7 @@ singularity { } process { - beforeScript = 'module load singularity squashfs-tools' + beforeScript = 'module load tools singularity/3.8.0' executor = 'pbs' queue = { task.memory >= 192.GB ? 'fatnode': 'thinnode'} }