NVBIO
|
Definition at line 83 of file assembly_types.h.
#include <assembly_types.h>
Public Types | |
enum | { OP_M = 0, OP_I = 1, OP_D = 2, OP_N = 3, OP_S = 4, OP_H = 5, OP_P = 6, OP_MATCH = 7, OP_X = 8 } |
Public Methods | |
NVBIO_HOST_DEVICE char | ascii_op (void) const |
Public Members | |
uint32 | len:24 |
uint32 | op:4 |
anonymous enum |
Enumerator | |
---|---|
OP_M | |
OP_I | |
OP_D | |
OP_N | |
OP_S | |
OP_H | |
OP_P | |
OP_MATCH | |
OP_X |
Definition at line 87 of file assembly_types.h.
|
inline |
Definition at line 100 of file assembly_types.h.
uint32 cigar_op::len |
Definition at line 85 of file assembly_types.h.
uint32 cigar_op::op |
Definition at line 85 of file assembly_types.h.