vg
tools for working with variation graphs
Namespaces | Functions
sorted_id_ranges.hpp File Reference
#include <vector>
#include <utility>
#include "../handle.hpp"

Namespaces

 vg
 
 vg::algorithms
 

Functions

vector< pair< id_t, id_t > > vg::algorithms::sorted_id_ranges (const HandleGraph *graph)
 Get a sorted list of inclusive ranges of IDs used in the given HandleGraph. More...
 

Detailed Description

Defines an algorithm to get the ranges of IDs covered by a HandleGraph.