From 8b570507cd65b4e6ac7ccc3cf23adc9f26d080e1 Mon Sep 17 00:00:00 2001 From: MaxUlysse Date: Mon, 30 Mar 2020 16:40:11 +0200 Subject: [PATCH] update s --- conf/pipeline/sarek/uppmax.config | 2 +- conf/uppmax.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/pipeline/sarek/uppmax.config b/conf/pipeline/sarek/uppmax.config index 1e467dd..3feb2df 100644 --- a/conf/pipeline/sarek/uppmax.config +++ b/conf/pipeline/sarek/uppmax.config @@ -9,7 +9,7 @@ params { igenomeIgnore = true genomes_base = params.genome == 'GRCh37' ? '/sw/data/uppnex/ToolBox/ReferenceAssemblies/hg38make/bundle/2.8/b37' : '/sw/data/uppnex/ToolBox/hg38bundle' } - if (hostname ==~ "r.*") { +if (hostname ==~ "r.*") { params.singleCPUmem = 6400.MB } if (hostname ==~ "i.*") { diff --git a/conf/uppmax.config b/conf/uppmax.config index 9eb45fc..037070a 100644 --- a/conf/uppmax.config +++ b/conf/uppmax.config @@ -26,7 +26,7 @@ params { def hostname = "hostname".execute().text.trim() -if (hostname ==~ "b.*") { +if (hostname ==~ "b.*" || hostname ==~ "s.*") { params.max_memory = 109.GB }