Description

Merge VCF files

Input

name:type
description
pattern

meta{:bash}

:map

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

vcfs{:bash}

:file

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

tbis{:bash}

:file

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

meta2{:bash}

:map

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

fasta{:bash}

:file

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

*.{fasta,fa}

meta3{:bash}

:map

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

fai{:bash}

:file

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

*.fai

meta4{:bash}

:map

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

bed{:bash}

:file

(Optional) The bed regions to merge on

*.bed

Output

name:type
description
pattern

vcf{:bash}

meta{:bash}

:map

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

*.{bcf,vcf}{,.gz}{:bash}

:file

merged output file

*.{vcf,vcf.gz,bcf,bcf.gz}

index{:bash}

meta{:bash}

:map

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

*.{csi,tbi}{:bash}

:file

index of merged output

*.{csi,tbi}

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml