NVBIO
|
Definition at line 42 of file sequence_traits.h.
#include <sequence_traits.h>
Static Public Members | |
static const uint32 | SEQUENCE_BITS = AlphabetTraits<SEQUENCE_ALPHABET>::SYMBOL_SIZE |
symbol size for reads More... | |
static const bool | SEQUENCE_BIG_ENDIAN = true |
big endian? More... | |
static const uint32 | SEQUENCE_SYMBOLS_PER_WORD = (8*sizeof(uint32))/SEQUENCE_BITS |
symbols per word More... | |
|
static |
big endian?
Definition at line 45 of file sequence_traits.h.
|
static |
symbol size for reads
Definition at line 44 of file sequence_traits.h.
|
static |
symbols per word
Definition at line 46 of file sequence_traits.h.