fixed gap filling with UL

This commit is contained in:
chhylp123
2022-11-25 11:46:37 -05:00
parent 979d83f68d
commit fc76af1285
6 changed files with 760 additions and 182 deletions

View File

@@ -115,5 +115,6 @@ void filter_ul_ug(ma_ug_t *ug);
void gen_ul_vec_rid_t(all_ul_t *x, All_reads *rdb, ma_ug_t *ug);
void update_ug_arch_ul_mul(ma_ug_t *ug);
void print_ul_alignment(ma_ug_t *ug, all_ul_t *aln, uint32_t id, const char* cmd);
void clear_all_ul_t(all_ul_t *x);
#endif