diff --git a/conf/eva.config b/conf/eva.config index 866cdd5..2440368 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 = { "-S /bin/bash -V -j y -o output.sge -l h_vmem=${task.memory.toGiga()}G" } } executor { @@ -37,7 +37,7 @@ profiles { process { queue = { task.memory > 700.GB ? 'bigmem.q' : 'archgen.q' } - clusterOptions = { "-S /bin/bash -V -j y -o output.log -l h_vmem=${task.memory.toGiga()}G" } + clusterOptions = { "-S /bin/bash -V -j y -o output.sge -l h_vmem=${task.memory.toGiga()}G" } } singularity {