Description

Deconstruct snarls present in a variation graph in GFA format to variants in VCF format

Input

Name (Type)
Description
Pattern

meta (map)

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

]

gfa (file)

Variation graph in GFA format

*.{gfa}

pb (file)

Optional snarls file (from vg snarls) to avoid recomputing. Usually ends with “pb”. See “vg snarls”.

*.{pb}

gbwt (file)

Optional GBWT file (from vg gbwt) so to only consider alt traversals that correspond to GBWT threads FILE.

*.{gbwt}

Output

Name (Type)
Description
Pattern

meta (map)

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

]

vcf (file)

Variants in VCF format

*.{vcf}

versions (file)

File containing software versions

versions.yml

Tools

vg
MIT

Variation graph data structures, interchange formats, alignment, genotyping, and variant calling methods.