From 8c0cc4b9ec2e2d24fc4b11a63f2303a3e5277786 Mon Sep 17 00:00:00 2001 From: MaxUlysse Date: Fri, 25 Sep 2020 09:57:50 +0200 Subject: [PATCH] code polishing --- conf/pipeline/sarek/uppmax.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/pipeline/sarek/uppmax.config b/conf/pipeline/sarek/uppmax.config index 694515c..46d95a5 100644 --- a/conf/pipeline/sarek/uppmax.config +++ b/conf/pipeline/sarek/uppmax.config @@ -14,13 +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.*") {