vg
tools for working with variation graphs
Namespaces | Functions
jump_along_path.hpp File Reference
#include "../handle.hpp"
#include "structures/rank_pairing_heap.hpp"

Namespaces

 vg
 
 vg::algorithms
 

Functions

vector< pos_t > vg::algorithms::jump_along_closest_path (const PathPositionHandleGraph *graph, const pos_t &pos, int64_t jump_dist, size_t max_search_dist)
 

Detailed Description

Defines algorithm for jumping a given number of bases away from a position using paths.