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:
parent
8b9744723c
commit
e938f3606f
1 changed files with 0 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue