Fix hebbe withName regex

kevbrick-patch-1
Phil Ewels 3 years ago committed by GitHub
parent fb40b27eab
commit 76b62b478d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save