From 6210ee874c3df2032e6097f81e43aa5f538d94af Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Mon, 28 Feb 2022 13:57:37 +0100 Subject: [PATCH] Update eva.config --- conf/eva.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/eva.config b/conf/eva.config index 8b52dda..df6cd21 100644 --- a/conf/eva.config +++ b/conf/eva.config @@ -17,6 +17,7 @@ process { executor = 'sge' penv = 'smp' queue = 'all.q' + clusterOptions = { "-S /bin/bash -V -j y -o output.log -l h_vmem=${task.memory.toGiga()}G" } } executor { @@ -36,11 +37,11 @@ profiles { process { queue = 'archgen.q' + clusterOptions = { "-S /bin/bash -V -j y -o output.log -l h_vmem=${task.memory.toGiga()}G" } } singularity { cacheDir = "/mnt/archgen/tools/singularity/containers/" - } }