fixed missing read names

Overlapping not working yet (now confirmed)
This commit is contained in:
Heng Li
2020-03-27 12:51:08 -04:00
parent 78e8f2f28a
commit 1bb174a04e
5 changed files with 11 additions and 16 deletions

View File

@@ -10,8 +10,6 @@
#include "Output.h"
#include "htab.h"
void *ha_flt_tab;
ha_pt_t *ha_idx;
void ha_get_new_candidates(ha_abuf_t *ab, int64_t rid, UC_Read *ucr, overlap_region_alloc *overlap_list, Candidates_list *cl, double band_width_threshold, int keep_whole_chain);
All_reads R_INF;