mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
fix versions.yaml
This commit is contained in:
parent
65a0fb959f
commit
17a4e93142
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ process RHOCALL_ANNOTATE {
|
|||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
rhocall: \$(echo \$(rhocall --version 2>&1) | sed 's/rhocall, version //' ))
|
||||
rhocall: \$(echo \$(rhocall --version 2>&1) | sed 's/rhocall, version //' )
|
||||
END_VERSIONS
|
||||
"""
|
||||
|
||||
|
@ -45,7 +45,7 @@ process RHOCALL_ANNOTATE {
|
|||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
rhocall: \$(echo \$(rhocall --version 2>&1) | sed 's/rhocall, version //' ))
|
||||
rhocall: \$(echo \$(rhocall --version 2>&1) | sed 's/rhocall, version //' )
|
||||
END_VERSIONS
|
||||
"""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue