updated meta.yml

This commit is contained in:
Nicolas Vannieuwkerke 2022-05-13 14:21:48 +02:00
parent 4f6264f7c3
commit d1f824ae66
2 changed files with 13 additions and 1 deletions

View file

@ -11,7 +11,7 @@ process GATK4_SPLITINTERVALS {
tuple val(meta), path(intervals)
path(fasta)
path(fasta_fai)
path(fasta_dict)
path(dict)
output:
tuple val(meta), path("**.interval_list"), emit: split_intervals

View file

@ -21,6 +21,18 @@ input:
type: file
description: Interval list or BED
pattern: "*.{interval,interval_list,bed}"
- fasta:
type: file
description: Reference FASTA
pattern: "*.{fa,fasta}"
- fasta_fai:
type: file
description: Reference FASTA index
pattern: "*.fai"
- dict:
type: file
description: Reference sequence dictionary
pattern: "*.dict"
output:
- meta: