From 57b563778d9a0866cb4f5cb66960288ca333a774 Mon Sep 17 00:00:00 2001 From: "Magnus G. Jespersen" <44769523+milnus@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:20:17 +0200 Subject: [PATCH] Update nextflow.config Missing { leading to error in nextflow config --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 771530ad..d4d42115 100755 --- a/nextflow.config +++ b/nextflow.config @@ -30,7 +30,7 @@ profiles { process { errorStrategy = 'terminate' container = '/path/to/macsyfinder/Apptainer/macsyfinder-2.1rc1.simg' - withName: macsyfinder + withName: macsyfinder { cpus = params.worker } }