From c093733ff426764a9196834795ad7904f914187e Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Fri, 10 May 2024 13:32:04 +0200 Subject: [PATCH] Correct module name --- conf/base.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/base.config b/conf/base.config index 5af4094..e790bd6 100644 --- a/conf/base.config +++ b/conf/base.config @@ -60,7 +60,7 @@ process { maxRetries = 2 } - withName:'KAIJU_MAKEFMI'{ + withName:'KAIJU_MKFMI'{ memory = { check_max( 24.GB * task.attempt, 'memory' ) } }