Description

A tool to standardize VCF files from structural variant callers

Input

name:type
description
pattern

meta{:bash}

:map

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

vcf{:bash}

:file

The input VCF file containing structural variants

*.{vcf,vcf.gz}

tbi{:bash}

:file

The index of the input VCF file containing structural variants

*.tbi

config{:bash}

:file

The config stating how the standardization should happen

*.{yml,yaml}

Output

name:type
description
pattern

vcf{:bash}

meta{:bash}

:map

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

*.vcf.gz{:bash}

:file

The standardized VCF file

*.vcf.gz

tbi{:bash}

meta{:bash}

:map

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

*.tbi{:bash}

:file

The index of the standardized VCF file

*.tbi

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

svync
MIT

A tool to standardize VCF files from structural variant callers