diff --git a/conf/pipeline/sarek/uppmax.config b/conf/pipeline/sarek/uppmax.config index c5aa2b0..694515c 100644 --- a/conf/pipeline/sarek/uppmax.config +++ b/conf/pipeline/sarek/uppmax.config @@ -14,6 +14,13 @@ def hostname = "hostname".execute().text.trim() if (hostname ==~ "r.*") { params.single_cpu_mem = 6400.MB + process { + withName:BamQC { + cpus = {params.max_cpus} + memory = {params.max_memory} + } + } + } if (hostname ==~ "i.*") {