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 {