more unused code

This commit is contained in:
Heng Li
2020-03-26 17:57:39 -04:00
parent 814a3705e2
commit 4aa4ebaf96
7 changed files with 25 additions and 60 deletions

View File

@@ -1,12 +1,8 @@
#ifndef __HASHTABLE__
#define __HASHTABLE__
#include "khashl.h"
#include "kmer.h"
#include "htab.h"
KHASHL_MAP_INIT(static inline, Count_Table, ha_ct, uint64_t, int, kh_hash_dummy, kh_eq_generic)
KHASHL_MAP_INIT(static inline, Pos_Table, ha_pt, uint64_t, uint64_t, kh_hash_dummy, kh_eq_generic)
#define PREFIX_BITS 16
#define MAX_SUFFIX_BITS 64
#define MODE_VALUE 101