mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
Merge pull request #97 from apeltzer/master
Mini adjustment for `highmem` queue on denbi
This commit is contained in:
commit
a7ac981cca
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ singularity {
|
|||
|
||||
process {
|
||||
executor = 'pbs'
|
||||
queue = 'batch'
|
||||
queue = { task.memory > 64.GB ? 'highmem': 'batch'}
|
||||
}
|
||||
|
||||
params {
|
||||
|
|
Loading…
Reference in a new issue