mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-25 01:19:54 +00:00
Java overhead process list updated
Added HaplotypeCaller and GenotypeGVCFs to set of processes that need Java overhead
This commit is contained in:
parent
700776f759
commit
adfb5366b9
1 changed files with 6 additions and 0 deletions
|
@ -24,4 +24,10 @@ process {
|
||||||
withName:GatherBQSRReports {
|
withName:GatherBQSRReports {
|
||||||
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
||||||
}
|
}
|
||||||
|
withName:HaplotypeCaller {
|
||||||
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
||||||
|
}
|
||||||
|
withName:GenotypeGVCFs {
|
||||||
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue