vg
tools for working with variation graphs
Namespaces | Functions
nearest_offsets_in_paths.cpp File Reference
#include "nearest_offsets_in_paths.hpp"

Namespaces

 vg
 
 vg::algorithms
 

Functions

path_offset_collection_t vg::algorithms::nearest_offsets_in_paths (const PathPositionHandleGraph *graph, const pos_t &pos, int64_t max_search, const std::function< bool(const path_handle_t &)> *path_filter)
 
map< string, vector< pair< size_t, bool > > > vg::algorithms::offsets_in_paths (const PathPositionHandleGraph *graph, const pos_t &pos)
 
path_offset_collection_t vg::algorithms::simple_offsets_in_paths (const PathPositionHandleGraph *graph, pos_t pos)
 A "simple" model for path position getting for debugging. More...
 

Detailed Description

Contains implementation of nearest_offsets_in_paths function