From 576351219abc2875ba71895f021ac911d9e0e929 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Tue, 29 Mar 2022 12:47:46 +0200 Subject: [PATCH] Update eva.config --- conf/eva.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/eva.config b/conf/eva.config index 7f89ac2..2787b6e 100644 --- a/conf/eva.config +++ b/conf/eva.config @@ -17,7 +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" } + clusterOptions = { "-V -j y -o output.log -l h_vmem=${task.memory.toGiga()}G" } } executor { @@ -37,7 +37,7 @@ profiles { process { queue = 'archgen.q' - clusterOptions = { "-S /bin/bash -V -j y -o output.log -l h_vmem=${task.memory.toGiga()}G" } + clusterOptions = { "-V -j y -o output.log -l h_vmem=${task.memory.toGiga()}G" } } singularity {