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 {