|
vg
tools for working with variation graphs
|
#include <cstdio>#include <assert.h>#include <utility>#include "dozeu_interface.hpp"#include <dozeu/dozeu.h>Macros | |
| #define | DZ_FULL_LENGTH_BONUS |
| #define | DZ_CIGAR_OP 0x04030201 |
| #define | _add_edit(_from_len, _to_len, _subseq) |
| #define | _push_mapping(_id) |
| #define | _push_op(_m, _op, _len) |
| #define | _append_op(_m, _op, _init) |
| #define | _flush_op(_m, _next_op) |
Enumerations | |
| enum | { MISMATCH = 1, MATCH = 2, INS = 3, DEL = 4 } |
| #define _add_edit | ( | _from_len, | |
| _to_len, | |||
| _subseq | |||
| ) |
| #define _append_op | ( | _m, | |
| _op, | |||
| _init | |||
| ) |
| #define _flush_op | ( | _m, | |
| _next_op | |||
| ) |
| #define _push_mapping | ( | _id | ) |
| #define _push_op | ( | _m, | |
| _op, | |||
| _len | |||
| ) |
| #define DZ_CIGAR_OP 0x04030201 |
| #define DZ_FULL_LENGTH_BONUS |
1.8.17