mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-15 12:47:57 +08:00
fixed duplicated chaining issue
This commit is contained in:
@@ -21,7 +21,7 @@ void ha_sort_list_by_anchor(overlap_region_alloc *overlap_list);
|
||||
|
||||
All_reads R_INF;
|
||||
Debug_reads R_INF_FLAG;
|
||||
all_ul_t UL_INF;
|
||||
all_ul_t UL_INF, ULG_INF;
|
||||
uint32_t *het_cnt = NULL;
|
||||
|
||||
void get_corrected_read_from_cigar(Cigar_record* cigar, char* pre_read, int pre_length, char* new_read, int* new_length)
|
||||
|
||||
Reference in New Issue
Block a user