Skip to content

Commit

Permalink
Fix bug in pyrodigal module (nf-core#3643)
Browse files Browse the repository at this point in the history
Add "--force" to pigz
  • Loading branch information
jasmezz authored and limrp committed Jul 28, 2023
1 parent 60c0ee5 commit ad367dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/pyrodigal/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ process PYRODIGAL {
-a ${prefix}.faa \\
-s ${prefix}.score
pigz -nm ${prefix}*
pigz -nmf ${prefix}*
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit ad367dc

Please sign in to comment.