Skip to content

Commit

Permalink
fix: glob bwa output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 4, 2023
1 parent f33ed48 commit a483098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/CCBR/bwa/index/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ process BWA_INDEX {
tuple val(meta), path(fasta)

output:
tuple val(meta), path(bwa) , emit: index
tuple val(meta), path("bwa/*") , emit: index
path "versions.yml" , emit: versions

when:
Expand Down

0 comments on commit a483098

Please sign in to comment.