From 05aa19f683d86937125c2b748b55c244ec2979e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Sch=C3=B6nherr?= Date: Fri, 31 May 2024 16:49:08 +0200 Subject: [PATCH] Fis typo --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index fe33d4d..450c809 100644 --- a/nextflow.config +++ b/nextflow.config @@ -45,7 +45,7 @@ params { profiles { debug { process.beforeScript = 'echo $HOSTNAME' } - process.container = 'quay.io/genepi/mtdna-server-2:v2.1.12ss' + process.container = 'quay.io/genepi/mtdna-server-2:v2.1.12' docker.enabled = true docker.userEmulation = true singularity.enabled = false