vg
tools for working with variation graphs
Macros | Enumerations
xdrop_aligner.cpp File Reference
#include "dozeu_interface.hpp"
#include <dozeu/dozeu.h>

Macros

#define DZ_FULL_LENGTH_BONUS
 
#define DZ_CIGAR_OP   0x04030201
 

Enumerations

enum  { MISMATCH = 1, MATCH = 2, INS = 3, DEL = 4 }
 

Macro Definition Documentation

◆ DZ_CIGAR_OP

#define DZ_CIGAR_OP   0x04030201

◆ DZ_FULL_LENGTH_BONUS

#define DZ_FULL_LENGTH_BONUS

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
MISMATCH 
MATCH 
INS 
DEL