vg
tools for working with variation graphs
|
#include "vg/io/edit.hpp"
Namespaces | |
vg | |
vg::io | |
Functions | |
bool | vg::io::edit_is_match (const Edit &e) |
bool | vg::io::edit_is_sub (const Edit &e) |
bool | vg::io::edit_is_insertion (const Edit &e) |
bool | vg::io::edit_is_deletion (const Edit &e) |
bool | vg::io::edit_is_empty (const Edit &e) |
pair< Edit, Edit > | vg::io::cut_edit_at_to (const Edit &e, size_t to_off) |
pair< Edit, Edit > | vg::io::cut_edit_at_from (const Edit &e, size_t from_off) |
Edit | vg::io::reverse_complement_edit (const Edit &e) |
bool | vg::io::operator== (const Edit &e1, const Edit &e2) |