From b7be65a31ef5ad511d5d29478e5430059428e096 Mon Sep 17 00:00:00 2001 From: Daniel Straub <42973691+d4straub@users.noreply.github.com> Date: Fri, 7 Feb 2020 14:53:43 +0100 Subject: [PATCH] Cleanup config --- conf/binac.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/binac.config b/conf/binac.config index 62a07c6..21f2459 100644 --- a/conf/binac.config +++ b/conf/binac.config @@ -13,8 +13,7 @@ singularity { process { beforeScript = 'module load devel/singularity/3.4.2' executor = 'pbs' - queue = 'short' - process.queue = { task.memory >= 128.GB ? 'smp': task.time <= 20.m ? 'tiny' : task.time <= 48.h ? 'short' : task.time <= 168.h ? 'short' : 'long'} + queue = { task.memory >= 128.GB ? 'smp': task.time <= 20.m ? 'tiny' : task.time <= 48.h ? 'short' : task.time <= 168.h ? 'short' : 'long'} } params {