DNA sequences and character strings are now handled using AVL trees.
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "obiarray.h"
|
||||
#include "obitypes.h"
|
||||
|
||||
|
||||
#define NUC_MASK_2B 0x3 /**< Binary: 11 to use when decoding 2 bits sequences */
|
||||
|
Reference in New Issue
Block a user