mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update modules/biobambam/bammerge/main.nf
Co-authored-by: Mahesh Binzer-Panchal <mahesh.binzer-panchal@nbis.se>
This commit is contained in:
parent
cdbe648400
commit
98f204fd1f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ process BIOBAMBAM_BAMMERGE {
|
|||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
bammerge: \$(echo \$(bammerge --version 2>&1) | sed 's/^This is biobambam2 version //; s/..biobambam2 is .*\$//' )
|
||||
bammerge: \$( bammerge --version |& sed '1!d; s/.*version //; s/.$//' )
|
||||
END_VERSIONS
|
||||
"""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue