Description

A tool to standardize VCF files from structural variant callers

Input

name:type
description
pattern

meta

:map

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

vcf

:file

The input VCF file containing structural variants

*.{vcf,vcf.gz}

tbi

:file

The index of the input VCF file containing structural variants

*.tbi

config

:file

The config stating how the standardization should happen

*.{yml,yaml}

Output

name:type
description
pattern

vcf

meta

:map

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

*.vcf.gz

:file

The standardized VCF file

*.vcf.gz

tbi

meta

:map

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

*.tbi

:file

The index of the standardized VCF file

*.tbi

versions_svync

${task.process}

:string

The name of the process

svync

:string

The name of the tool

svync --version | sed 's/svync version //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

svync

:string

The name of the tool

svync --version | sed 's/svync version //'

:eval

The expression to obtain the version of the tool

Tools

svync
MIT

A tool to standardize VCF files from structural variant callers