for purge_dup

This commit is contained in:
chhylp123
2020-04-05 11:10:56 -04:00
parent 3c1d3cf6a1
commit ac3fcc339a
8 changed files with 4101 additions and 438 deletions

View File

@@ -549,6 +549,7 @@ void init_window_list_alloc(window_list_alloc* x);
void clear_window_list_alloc(window_list_alloc* x);
void destory_window_list_alloc(window_list_alloc* x);
void resize_window_list_alloc(window_list_alloc* x, long long size);
void chain_DP(k_mer_hit* a, long long a_n, Chain_Data* dp, overlap_region* result,
double band_width_threshold, int max_skip, int x_readLen, int y_readLen);
#endif