Skip to content

Commit

Permalink
hotfix: Remove extra parens in ppanggolin version
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Aug 8, 2024
1 parent c44b00c commit 3ed26f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/ppanggolin/msa/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ process PPANGGOLIN_MSA {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
ppanggolin: \$(echo \$(ppanggolin --version 2>&1) | sed 's/^.*ppanggolin //' ))
ppanggolin: \$(echo \$(ppanggolin --version 2>&1) | sed 's/^.*ppanggolin //' )
END_VERSIONS
"""
stub:
Expand All @@ -45,7 +45,7 @@ process PPANGGOLIN_MSA {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
ppanggolin: \$(echo \$(ppanggolin --version 2>&1) | sed 's/^.*ppanggolin //' ))
ppanggolin: \$(echo \$(ppanggolin --version 2>&1) | sed 's/^.*ppanggolin //' )
END_VERSIONS
"""
}

0 comments on commit 3ed26f9

Please sign in to comment.