Skip to content

Commit

Permalink
Fix meta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisLeNezet committed Nov 20, 2024
1 parent 5d5dfea commit 2b5ca28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/nf-core/bcftools/pluginsplit/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ output:
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- "outputDir/*.{vcf,vcf.gz,bcf,bcf.gz}":
- "*.{vcf,vcf.gz,bcf,bcf.gz}":
type: file
description: The resulting VCF files from the split
pattern: "*.{vcf,vcf.gz,bcf,bcf.gz}"
Expand All @@ -71,7 +71,7 @@ output:
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- "outputDir/*.tbi":
- "*.tbi":
type: file
description: TBI file
pattern: "*.tbi"
Expand All @@ -81,7 +81,7 @@ output:
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- "outputDir/*.csi":
- "*.csi":
type: file
description: CSI file
pattern: "*.csi"
Expand Down

0 comments on commit 2b5ca28

Please sign in to comment.