vg
tools for working with variation graphs
Public Attributes | List of all members
vg::NodePileup Struct Reference

Public Attributes

int64 node_id = 1
 
repeated< BasePileupbase_pileup = 2
 

Detailed Description

Collect pileup records by node. Saves some space and hashing over storing individually, assuming not too sparse and avg. node length more than couple bases the ith BasePileup in the array corresponds to the position at offset i.

Member Data Documentation

◆ base_pileup

repeated<BasePileup> vg::NodePileup::base_pileup = 2

◆ node_id

int64 vg::NodePileup::node_id = 1

The documentation for this struct was generated from the following file: