From 7881ba9aefdfd541d49d412edc683728bd82a97a Mon Sep 17 00:00:00 2001 From: Sofia Stamouli Date: Tue, 18 Oct 2022 17:50:49 +0200 Subject: [PATCH] Fix the amount of left-padding spaces --- conf/modules.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/modules.config b/conf/modules.config index 1e2058a..b1d7b87 100644 --- a/conf/modules.config +++ b/conf/modules.config @@ -41,7 +41,7 @@ process { } withName: FALCO { - ext.prefix = { "${meta.id}_${meta.run_accession}_raw" } + ext.prefix = { "${meta.id}_${meta.run_accession}_raw" } publishDir = [ path: { "${params.outdir}/falco/raw" }, mode: params.publish_dir_mode,