mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Removes the broken clusterOptions
This commit is contained in:
parent
b240142cc3
commit
3c86f8f47c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ params {
|
|||
process {
|
||||
executor = 'slurm'
|
||||
maxRetries = 3
|
||||
clusterOptions = { "--partition=$params.partition ${params.clusterOptions ?: ''}" }
|
||||
clusterOptions = { "--partition=$params.partition" }
|
||||
}
|
||||
|
||||
executor {
|
||||
|
|
Loading…
Reference in a new issue