From 6d14678245de4cd22d73be497c655124b24502a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Sch=C3=B6nherr?= Date: Fri, 9 Aug 2024 10:21:27 +0200 Subject: [PATCH] Update base.config --- conf/base.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/base.config b/conf/base.config index 5ee59f1..e2ffce8 100644 --- a/conf/base.config +++ b/conf/base.config @@ -4,7 +4,7 @@ process { maxErrors = '-1' maxRetries = 3 - withName: 'INDEX' { + withName: 'INDEX_CREATION' { cpus = { 1 * task.attempt } memory = { 1.GB * task.attempt } } @@ -39,7 +39,7 @@ process { memory = { 2.GB * task.attempt } } - withName: 'MERGE_VARIANTS' { + withName: 'MERGING_VARIANTS' { cpus = { 1 * task.attempt } memory = { 2.GB * task.attempt } } @@ -69,4 +69,4 @@ process { memory = { 1.GB * task.attempt } } -} \ No newline at end of file +}