mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 16:16:04 +00:00
Fix hebbe withName regex
This commit is contained in:
parent
fb40b27eab
commit
76b62b478d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ process {
|
||||||
clusterOptions = { "-A $params.project ${params.clusterOptions ?: ''}" }
|
clusterOptions = { "-A $params.project ${params.clusterOptions ?: ''}" }
|
||||||
|
|
||||||
/* The Hebbe scheduler fails if you try to request an amount of memory for a job */
|
/* The Hebbe scheduler fails if you try to request an amount of memory for a job */
|
||||||
withName: '*' { memory = null }
|
withName: '.*' { memory = null }
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
params {
|
||||||
|
|
Loading…
Reference in a new issue