write to hifiasm read store

This commit is contained in:
Heng Li
2020-03-26 14:23:17 -04:00
parent c3bbaa8a39
commit 0dd927bdce
8 changed files with 91 additions and 67 deletions

View File

@@ -17,13 +17,14 @@ int main(int argc, char *argv[])
if (!CommandLine_process(argc, argv, &asm_opt)) return 1;
yak_reset_realtime();
flt_tab = ha_gen_flt_tab(&asm_opt);
idx = ha_gen_mzidx(&asm_opt, flt_tab);
flt_tab = ha_gen_flt_tab(&asm_opt, &R_INF);
idx = ha_gen_mzidx(&asm_opt, flt_tab, &R_INF);
ha_idx_destroy(idx);
ha_ft_destroy(flt_tab);
if (0) {
Correct_Reads(asm_opt.number_of_round);
}
destory_All_reads(&R_INF);
destory_opt(&asm_opt);
fprintf(stderr, "[M::%s] Version: %s\n", __func__, "dummy");
fprintf(stderr, "[M::%s] CMD:", __func__);