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

Namespaces

 vg
 
 vg::algorithms
 

Functions

void vg::algorithms::expand_context_by_steps (const HandleGraph *source, MutableHandleGraph *subgraph, int64_t dist, bool expand_forward, bool expand_backward)
 
void vg::algorithms::expand_context_by_length (const HandleGraph *source, MutableHandleGraph *subgraph, int64_t dist, bool expand_forward, bool expand_backward)
 
void vg::algorithms::expand_context (const HandleGraph *source, MutableHandleGraph *subgraph, int64_t dist, bool use_steps, bool expand_forward, bool expand_backward)
 
void vg::algorithms::expand_context_with_paths (const PathHandleGraph *source, MutablePathMutableHandleGraph *subgraph, int64_t dist, bool use_steps, bool expand_forward, bool expand_backward)