1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00
This commit is contained in:
Alexander Peltzer 2019-10-28 13:15:54 +01:00
parent 83fcc0b2ba
commit 494aa8b53e
No known key found for this signature in database
GPG key ID: A4A9322B50AF95A0

View file

@ -13,7 +13,7 @@ process {
beforeScript = 'module load devel/singularity/3.0.3'
executor = 'pbs'
queue = 'short'
process.queue = { task.memory > 128.GB ? 'smp': task.time <= 20m ? 'tiny' : task.time <= 48.h ? 'short' : task.time <= 168.h ? 'long'}
process.queue = { task.memory > 128.GB ? 'smp': task.time <= 20.m ? 'tiny' : task.time <= 48.h ? 'short' : task.time <= 168.h ? 'long'}
}
params {