mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-12-22 02:38:16 +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 {
|
process {
|
||||||
executor = 'pbs'
|
executor = 'pbs'
|
||||||
queue = 'batch'
|
queue = { task.memory > 64.GB ? 'highmem': 'batch'}
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
params {
|
||||||
|
|
Loading…
Reference in a new issue