Skip to content

Commit

Permalink
fix: stub needs to create versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 23, 2023
1 parent ec991fc commit 42811fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/CCBR/picard/samtofastq/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ process PICARD_SAMTOFASTQ {
stub:
def prefix = task.ext.prefix ?: "${meta.id}"
"""
touch ${prefix}.fastq.gz
touch ${prefix}.fastq.gz versions.yml
"""
}

0 comments on commit 42811fa

Please sign in to comment.