1
0
Fork 0
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:
theoportlock 2021-09-15 11:34:41 +02:00
parent b240142cc3
commit 3c86f8f47c

View file

@ -20,7 +20,7 @@ params {
process { process {
executor = 'slurm' executor = 'slurm'
maxRetries = 3 maxRetries = 3
clusterOptions = { "--partition=$params.partition ${params.clusterOptions ?: ''}" } clusterOptions = { "--partition=$params.partition" }
} }
executor { executor {