Skip to content

Commit

Permalink
Update output to use type dir for compatibility with tes. (#6645)
Browse files Browse the repository at this point in the history
Update output to use type dir for commpatibility with tes.
  • Loading branch information
vsmalladi authored Sep 15, 2024
1 parent af91cff commit 368e6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/sratools/prefetch/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ process SRATOOLS_PREFETCH {
path certificate

output:
tuple val(meta), path(id), emit: sra
tuple val(meta), path(id, type: 'dir'), emit: sra
path 'versions.yml' , emit: versions

when:
Expand Down

0 comments on commit 368e6c9

Please sign in to comment.