1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 08:29:54 +00:00

Removes the new SGE clusterOptions for now

This commit is contained in:
Emil 2022-05-05 14:09:45 +02:00
parent 8b9744723c
commit e938f3606f

View file

@ -26,9 +26,6 @@ process {
memory = 64.GB memory = 64.GB
ext.args = "--java-mem-size=60G" ext.args = "--java-mem-size=60G"
} }
withName: 'PICARD_COLLECTHSMETRICS|PICARD_COLLECTMULTIPLEMETRICS|COLLECTREADCOUNTS|DENOISEREADCOUNTS' {
clusterOptions = { task.memory ? "-l h_vmem=${task.memory.bytes/task.cpus}+2" : null }
}
} }
profiles { profiles {