Skip to content

Commit

Permalink
add in missing output for downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu7 committed Aug 12, 2022
1 parent 6d67ef1 commit 45cd6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download-pyega3/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ process downloadPyega3 {

output: // output, make update as needed
path "${ega_id}/*.md5", emit: md5_file
path "${ega_id}/*.{bam,cram,fastq.gz,fq.gz,fastq.bz2,fq.bz2,txt.gz,txt.bz2,vcf,bcf}"
path "${ega_id}/*.{bam,cram,fastq.gz,fq.gz,fastq.bz2,fq.bz2,txt.gz,txt.bz2,vcf,bcf}", emit : output_files
script:

"""
Expand Down

0 comments on commit 45cd6b0

Please sign in to comment.