1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Merge pull request #97 from apeltzer/master

Mini adjustment for `highmem` queue on denbi
This commit is contained in:
Sabrina Krakau 2019-11-27 14:58:14 +01:00 committed by GitHub
commit a7ac981cca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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