Description

normalizes variants in a VCF file

Input

name:type
description
pattern

meta{:bash}

:map

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

vcf{:bash}

:file

The VCF file to normalize

*.vcf(.gz)?

tbi{:bash}

:file

The tabix index of the VCF file when bgzipped

*.tbi

intervals{:bash}

:file

The intervals of the variants of normalize

*.bed

meta2{:bash}

:map

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

fasta{:bash}

:file

The reference fasta file

*.{fasta,fn,fna,fa}

meta3{:bash}

:map

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

fai{:bash}

:file

The index of the reference fasta file (OPTIONAL)

*.fai

Output

name:type
description
pattern

vcf{:bash}

meta{:bash}

:map

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

*.vcf.gz{:bash}

:file

The normalized VCF file

*.vcf.gz

fai{:bash}

meta{:bash}

:map

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

${fasta}.fai{:bash}

:file

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

*.fai

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

vt
MIT

A tool set for short variant discovery in genetic sequence data