From 76b62b478d80161c0c5cc15861e9e93b9d0e60bd Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Thu, 29 Apr 2021 23:06:56 +0200 Subject: [PATCH] Fix hebbe withName regex --- conf/hebbe.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/hebbe.config b/conf/hebbe.config index 26296d5..58e1e24 100644 --- a/conf/hebbe.config +++ b/conf/hebbe.config @@ -14,7 +14,7 @@ process { clusterOptions = { "-A $params.project ${params.clusterOptions ?: ''}" } /* The Hebbe scheduler fails if you try to request an amount of memory for a job */ - withName: '*' { memory = null } + withName: '.*' { memory = null } } params {