We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e686a75 commit 2e72110Copy full SHA for 2e72110
modules/local/umitools_prepareforrsem/main.nf
@@ -30,7 +30,7 @@ process UMITOOLS_PREPAREFORRSEM {
30
31
cat <<-END_VERSIONS > versions.yml
32
"${task.process}":
33
- umitools: \$(umi_tools --version 2>&1 | sed 's/^.*UMI-tools version://; s/ *\$//')
+ umitools: \$(umi_tools --version | sed 's/^.*UMI-tools version://; s/ *\$//')
34
END_VERSIONS
35
"""
36
}
0 commit comments