1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +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 {
executor = 'slurm'
maxRetries = 3
clusterOptions = { "--partition=$params.partition ${params.clusterOptions ?: ''}" }
clusterOptions = { "--partition=$params.partition" }
}
executor {