|
NVBIO
|
Definition at line 427 of file cram_structs.h.
#include <cram_structs.h>
Public Members | |
| union { | |
| struct { | |
| int pos | |
| int code | |
| int base | |
| } X | |
| struct { | |
| int pos | |
| int code | |
| int base | |
| int qual | |
| } B | |
| struct { | |
| int pos | |
| int code | |
| int qual | |
| } Q | |
| struct { | |
| int pos | |
| int code | |
| int len | |
| int seq_idx | |
| } S | |
| struct { | |
| int pos | |
| int code | |
| int len | |
| int seq_idx | |
| } I | |
| struct { | |
| int pos | |
| int code | |
| int base | |
| } i | |
| struct { | |
| int pos | |
| int code | |
| int len | |
| } D | |
| struct { | |
| int pos | |
| int code | |
| int len | |
| } N | |
| struct { | |
| int pos | |
| int code | |
| int len | |
| } P | |
| struct { | |
| int pos | |
| int code | |
| int len | |
| } H | |
| }; | |
| union { ... } |
| struct { ... } cram_feature::B |
| int cram_feature::base |
Definition at line 432 of file cram_structs.h.
| int cram_feature::code |
Definition at line 431 of file cram_structs.h.
| struct { ... } cram_feature::D |
| struct { ... } cram_feature::H |
| struct { ... } cram_feature::I |
| struct { ... } cram_feature::i |
| int cram_feature::len |
Definition at line 448 of file cram_structs.h.
| struct { ... } cram_feature::N |
| struct { ... } cram_feature::P |
| int cram_feature::pos |
Definition at line 430 of file cram_structs.h.
| struct { ... } cram_feature::Q |
| int cram_feature::qual |
Definition at line 438 of file cram_structs.h.
| struct { ... } cram_feature::S |
| int cram_feature::seq_idx |
Definition at line 449 of file cram_structs.h.
| struct { ... } cram_feature::X |
1.8.4