From 3c86f8f47ced7d9484d36c345e3d812f7d96f074 Mon Sep 17 00:00:00 2001 From: theoportlock Date: Wed, 15 Sep 2021 11:34:41 +0200 Subject: [PATCH] Removes the broken clusterOptions --- conf/rosalind.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/rosalind.config b/conf/rosalind.config index bb967c3..e3de272 100644 --- a/conf/rosalind.config +++ b/conf/rosalind.config @@ -20,7 +20,7 @@ params { process { executor = 'slurm' maxRetries = 3 - clusterOptions = { "--partition=$params.partition ${params.clusterOptions ?: ''}" } + clusterOptions = { "--partition=$params.partition" } } executor {