diff --git a/conf/eva.config b/conf/eva.config index 432b667..07ce226 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,6 +37,7 @@ profiles { process { queue = 'archgen.q' + clusterOptions = { "-S /bin/bash -V -j y -o output.log -l h_vmem=${task.memory.toGiga()}G" } } singularity {