1
0
Fork 0
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:
Rogan Grant 2021-07-28 17:54:51 -05:00
parent ac11ca5568
commit bcc69fe83c

View file

@ -13,7 +13,7 @@ params
singularity
{
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'
cacheDir = "/projects/b1042/singularity_cache"
}