You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CormacKinsella edited this page Sep 2, 2025
·
7 revisions
Haplotype sampling mode
vg index
Usage:
vg index [options] <graph1.vg> [graph2.vg ...]
Example grave command:
vg index --threads ${task.cpus} ${args} --dist-name ${distname} ${graph}
${args} set by --noNestedDistance, if true provides --no-nested-distance to vg index, & vg index will produce a limited distance index. This should only be set if users run into memory issues with complex graphs
vg gbwt
Usage:
vg gbwt [options] [args]
vg haplotypes
Logic uses the ${types} variable, which is set based on the contents of the samplesheet (i.e., only ancient samples = ancient, only modern samples = modern, a mix = both). Based on this, only the required indexes will be built.