Skip to content

Commit

Permalink
Update modules/nf-core/coptr/extract/main.nf
Browse files Browse the repository at this point in the history
Added .pkl extension

Co-authored-by: Famke Bäuerle <[email protected]>
  • Loading branch information
ramirobarrantes and famosab authored Dec 3, 2024
1 parent 2f9a736 commit de07211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/coptr/extract/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ process COPTR_EXTRACT {
stub:
def prefix = task.ext.prefix ?: "${meta.id}"
"""
touch ${prefix}
touch ${prefix}.pkl
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit de07211

Please sign in to comment.