Skip to content

Commit

Permalink
Changing version command, confirmed locally and in container
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Dec 9, 2024
1 parent ff74ae3 commit 2764466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/extract_repeat.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ process EXTRACT_REPEAT {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
perl: \$(echo \$(perl --version 2>&1 | grep -oP '\(v\K[^\)]+')
perl: \$(echo \$(perl --version 2>&1 | grep -oP '\(\K[^\)]+')
extract_repeat.pl: $VERSION
END_VERSIONS
"""
Expand All @@ -38,7 +38,7 @@ process EXTRACT_REPEAT {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
perl: \$(echo \$(perl --version 2>&1) | sed 's/^.*perl //; s/Using.*\$//')
perl: \$(echo \$(perl --version 2>&1 | grep -oP '\(\K[^\)]+')
extract_repeat.pl: $VERSION
END_VERSIONS
"""
Expand Down

0 comments on commit 2764466

Please sign in to comment.