From 9ac4c42aaaf60af990de074f3eafefb13a53c757 Mon Sep 17 00:00:00 2001 From: Ian Light Date: Fri, 28 Feb 2025 09:46:37 +0000 Subject: [PATCH] adjusted tag for correct parsing SEvsPE krakenuniq --- conf/modules.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/modules.config b/conf/modules.config index a604e2d2..7732f77f 100644 --- a/conf/modules.config +++ b/conf/modules.config @@ -993,7 +993,7 @@ process { } withName: KRAKENUNIQ_PRELOADEDKRAKENUNIQ { - tag = { ${meta.single_end} ? "single_end" : "paried_end" } + tag = { "single_end_mode_${meta.single_end}" } publishDir = [ path: { "${params.outdir}/metagenomics/profiling/krakenuniq/" }, mode: params.publish_dir_mode,