Category

Variant Analysis


Usage

vg view x.vg >x.gfa


Manual

# GFA output
vg view x.vg >x.gfa

# dot output suitable for graphviz
vg view -d x.vg >x.dot

# json version of binary alignments
vg view -a x.gam >x.json


Share your experience or ask a question