Update main.nf

This commit is contained in:
Subazini TK 2022-05-13 15:02:32 +02:00 committed by Edmund Miller
parent 78dc1af1e6
commit 2a15bc2ac0

View file

@ -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: