|
vg
tools for working with variation graphs
|
#include "../handle.hpp"#include "../position.hpp"#include "../path.hpp"#include <vg/vg.pb.h>#include <functional>#include "nearest_offsets_in_paths.hpp"Namespaces | |
| vg | |
| vg::algorithms | |
Functions | |
| unordered_map< path_handle_t, vector< pair< size_t, bool > > > | vg::algorithms::alignment_path_offsets (const PathPositionHandleGraph &graph, const Alignment &aln, bool just_min, bool nearby, size_t search_limit=0) |
| gives just the path positions of the alignment More... | |
| void | vg::algorithms::annotate_with_initial_path_positions (const PathPositionHandleGraph &graph, Alignment &aln, size_t search_limit) |
| void | vg::algorithms::annotate_with_initial_path_positions (const PathPositionHandleGraph &graph, vector< Alignment > &alns, size_t search_limit) |
1.8.17