Skip to content

Commit

Permalink
Update modules/nf-core/bcftools/pluginsplit/main.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Lenner <[email protected]>
  • Loading branch information
LouisLeNezet and fellen31 authored Nov 18, 2024
1 parent ba66248 commit 8e7eb17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/nf-core/bcftools/pluginsplit/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ process BCFTOOLS_PLUGINSPLIT {
path(targets)

output:
tuple val(meta), path("*/*.{vcf,vcf.gz,bcf,bcf.gz}"), emit: vcf
tuple val(meta), path("*/*.tbi") , emit: tbi, optional: true
tuple val(meta), path("*/*.csi") , emit: csi, optional: true
tuple val(meta), path("outputDir/*.{vcf,vcf.gz,bcf,bcf.gz}"), emit: vcf
tuple val(meta), path("outputDir/*.tbi") , emit: tbi, optional: true
tuple val(meta), path("outputDir/*.csi") , emit: csi, optional: true
path "versions.yml" , emit: versions

when:
Expand Down

0 comments on commit 8e7eb17

Please sign in to comment.