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

#include <chain_items.hpp>

Public Attributes

std::pair< int, std::vector< size_t > > scored_chain
 
std::vector< size_t > rec_positions
 

Detailed Description

A single chain result: scored chain plus the recombination count observed on its endpoint.

Member Data Documentation

◆ rec_positions

std::vector<size_t> vg::algorithms::ChainWithRec::rec_positions

◆ scored_chain

std::pair<int, std::vector<size_t> > vg::algorithms::ChainWithRec::scored_chain

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