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