1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-13 05:03:10 +00:00

Mini adjustment for highmem queue on denbi

This commit is contained in:
Alexander Peltzer 2019-11-27 14:23:01 +01:00
parent 64ff62de2c
commit 4f77eae5cf
No known key found for this signature in database
GPG key ID: A4A9322B50AF95A0

View file

@ -11,7 +11,7 @@ singularity {
process {
executor = 'pbs'
queue = 'batch'
queue = { task.memory > 64.GB ? 'highmem': 'batch'}
}
params {