Description

Merge VCF files

Input

Name (Type)
Description
Pattern

meta (map)

Groovy Map containing sample information
e.g. [ id:‘test’, single_end

]

vcfs (file)

List containing 2 or more vcf files
e.g. [ ‘file1.vcf’, ‘file2.vcf’ ]

tbis (file)

List containing the tbi index files corresponding to the vcfs input files
e.g. [ ‘file1.vcf.tbi’, ‘file2.vcf.tbi’ ]

meta2 (map)

Groovy Map containing reference information
e.g. [ id:‘genome’ ]

fasta (file)

(Optional) The fasta reference file (only necessary for the --gvcf FILE parameter)

*.{fasta,fa}

meta3 (map)

Groovy Map containing reference information
e.g. [ id:‘genome’ ]

fai (file)

(Optional) The fasta reference file index (only necessary for the --gvcf FILE parameter)

*.fai

bed (file)

(Optional) The bed regions to merge on

*.bed

Output

Name (Type)
Description
Pattern

meta (map)

Groovy Map containing sample information
e.g. [ id:‘test’, single_end

]

vcf_gz (file)

VCF merged output file (bgzipped) => when --output-type z is used

*.vcf.gz

vcf (file)

VCF merged output file => when --output-type v is used

*.vcf

bcf_gz (file)

BCF merged output file (bgzipped) => when --output-type b is used

*.bcf.gz

bcf (file)

BCF merged output file => when --output-type u is used

*.bcf

versions (file)

File containing software versions

versions.yml