From 32e27a2303635d10eb11da69fe07460dd5b5ecf5 Mon Sep 17 00:00:00 2001 From: Ramprasad Neethiraj <20065894+ramprasadn@users.noreply.github.com> Date: Wed, 29 May 2024 11:29:18 +0200 Subject: [PATCH] Update conf/modules/align_sentieon.config Co-authored-by: Felix Lenner <52530259+fellen31@users.noreply.github.com> --- conf/modules/align_sentieon.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/modules/align_sentieon.config b/conf/modules/align_sentieon.config index f3fb359f..56b75c26 100644 --- a/conf/modules/align_sentieon.config +++ b/conf/modules/align_sentieon.config @@ -19,7 +19,7 @@ process { withName: '.*ALIGN:ALIGN_SENTIEON:SENTIEON_BWAMEM' { ext.args = { "-M -K 10000000 -R ${meta.read_group} " } - ext.prefix = { "${meta.id}.sorted" } + ext.prefix = { "${meta.id}_sorted" } } withName: '.*ALIGN:ALIGN_SENTIEON:SENTIEON_DATAMETRICS' {