diff --git a/conf/binac.config b/conf/binac.config index 8c3d493..62a07c6 100644 --- a/conf/binac.config +++ b/conf/binac.config @@ -14,7 +14,7 @@ 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'} + process.queue = { task.memory >= 128.GB ? 'smp': task.time <= 20.m ? 'tiny' : task.time <= 48.h ? 'short' : task.time <= 168.h ? 'short' : 'long'} } params {