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