mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update main.nf
This commit is contained in:
parent
78dc1af1e6
commit
2a15bc2ac0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue