Skip to content

Commit

Permalink
Fix bug in pyrodigal module (#3643)
Browse files Browse the repository at this point in the history
Add "--force" to pigz
  • Loading branch information
jasmezz authored Jul 19, 2023
1 parent 9ff085f commit dd3ed02
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 dd3ed02

Please sign in to comment.