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:
parent
64ff62de2c
commit
4f77eae5cf
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