Skip to content

Commit

Permalink
fix: use meta.id in stub
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 19, 2023
1 parent 020ae04 commit 68b9b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/CCBR/bwa/mem/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ process BWA_MEM {

stub:
"""
touch ${meta.id}.bam ${prefix}.bam.bai versions.yml
touch ${meta.id}.bam ${meta.id}.bam.bai versions.yml
"""
}

0 comments on commit 68b9b5d

Please sign in to comment.