Description

normalizes variants in a VCF file

Input

name:type
description
pattern

meta:map

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

vcf:file

The VCF file to normalize

*.vcf(.gz)?

tbi:file

The tabix index of the VCF file when bgzipped

*.tbi

intervals:file

The intervals of the variants of normalize

*.bed

meta2:map

Groovy Map containing reference information e.g. [ id:'test', single_end:false ]

fasta:file

The reference fasta file

*.{fasta,fn,fna,fa}

meta3:map

Groovy Map containing reference index information e.g. [ id:'test', single_end:false ]

fai:file

The index of the reference fasta file (OPTIONAL)

*.fai

Output

name:type
description
pattern

vcf

meta:map

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

*.vcf.gz:file

The normalized VCF file

*.vcf.gz

fai

meta:map

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

${fasta}.fai:file

The created index of the reference fasta file (only when the fai wasn’t supplied)

*.fai

versions

versions.yml:file

File containing software versions

versions.yml

Tools

vt
MIT

A tool set for short variant discovery in genetic sequence data