mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Makes qualimap fix work for most memory amounts
This commit is contained in:
parent
e938f3606f
commit
19497a4183
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ process {
|
|||
clusterOptions = { "-A $params.priority ${params.clusterOptions ?: ''}" }
|
||||
|
||||
withName: QUALIMAP_BAMQC {
|
||||
memory = 64.GB
|
||||
ext.args = "--java-mem-size=60G"
|
||||
ext.args = { "--java-mem-size=${task.memory.giga / 1.15 as long}G" }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue