From 2a15bc2ac09e6702977d49bbbe67f49eed19d16c Mon Sep 17 00:00:00 2001 From: Subazini TK Date: Fri, 13 May 2022 15:02:32 +0200 Subject: [PATCH] Update main.nf --- modules/hmtnote/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hmtnote/main.nf b/modules/hmtnote/main.nf index 1d56837c..2025f5b7 100644 --- a/modules/hmtnote/main.nf +++ b/modules/hmtnote/main.nf @@ -50,7 +50,7 @@ process HMTNOTE { cat <<-END_VERSIONS > versions.yml "${task.process}": - hmtnote: \$(echo \$(hmtnote --version 2>&1) | sed 's/^.*hmtnote //; s/Using.*\$//' )) + hmtnote: \$(echo \$(hmtnote --version 2>&1) | sed 's/^.*hmtnote, version //; s/Using.*\$//' )) END_VERSIONS """ stub: