mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Enable use of himem nodes
This commit is contained in:
parent
ac11ca5568
commit
bcc69fe83c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ params
|
||||||
singularity
|
singularity
|
||||||
{
|
{
|
||||||
enabled = true
|
enabled = true
|
||||||
queue = {task.time < 48.h ? 'genomics' : 'genomicslong'}
|
queue = {task.memory >= 190.GB ? 'genomics-himem' : task.time >= 48.h ? 'genomicslong' : 'genomics'}
|
||||||
clusterOptions = '-A b1042'
|
clusterOptions = '-A b1042'
|
||||||
cacheDir = "/projects/b1042/singularity_cache"
|
cacheDir = "/projects/b1042/singularity_cache"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue