mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Added another Java process that needs memory overhead
This commit is contained in:
parent
29a0b30d85
commit
a808933da8
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ process {
|
|||
cpus = 1
|
||||
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
||||
}
|
||||
withName:LEARNREADORIENTATIONMODEL {
|
||||
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
||||
}
|
||||
withName:QUALIMAP_BAMQC {
|
||||
cpus = 8
|
||||
memory = 128.GB
|
||||
|
|
Loading…
Reference in a new issue