Skip to content

Commit 2e72110

Browse files
committed
Don't put STDERR in versions string for UMITOOLS_PREPAREFORRSEM
1 parent e686a75 commit 2e72110

File tree

1 file changed

+1
-1
lines changed
  • modules/local/umitools_prepareforrsem

1 file changed

+1
-1
lines changed

modules/local/umitools_prepareforrsem/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ process UMITOOLS_PREPAREFORRSEM {
3030
3131
cat <<-END_VERSIONS > versions.yml
3232
"${task.process}":
33-
umitools: \$(umi_tools --version 2>&1 | sed 's/^.*UMI-tools version://; s/ *\$//')
33+
umitools: \$(umi_tools --version | sed 's/^.*UMI-tools version://; s/ *\$//')
3434
END_VERSIONS
3535
"""
3636
}

0 commit comments

Comments
 (0)