Skip to content

Commit

Permalink
mapAD: fix version.yml emission
Browse files Browse the repository at this point in the history
  • Loading branch information
jch-13 committed Jun 24, 2024
1 parent c48824e commit 082980a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/mapad/index/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ process MAPAD_INDEX {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
mapad: \$(echo \$(mapad --version) | sed 's/^mapAD //' ))
mapad: \$(echo \$(mapad --version) | sed 's/^mapAD //' )
END_VERSIONS
"""
}
2 changes: 1 addition & 1 deletion modules/nf-core/mapad/map/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ process MAPAD_MAP {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
mapad: \$(echo \$(mapad --version) | sed 's/^mapAD //' ))
mapad: \$(echo \$(mapad --version) | sed 's/^mapAD //' )
END_VERSIONS
"""
}

0 comments on commit 082980a

Please sign in to comment.