1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Added another Java process with overhead

This commit is contained in:
ameynert 2022-09-13 09:27:13 +01:00 committed by GitHub
parent a808933da8
commit 91ef9a3241
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,9 @@ process {
withName:MUTECT2 { withName:MUTECT2 {
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"} 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 { withName:MERGEMUTECTSTATS {
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"} clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
} }