dense minimizer apparently works

This commit is contained in:
Heng Li
2020-03-24 23:05:38 -04:00
parent 3341cf20ba
commit 84361ba6dd
6 changed files with 46 additions and 33 deletions
+3 -1
View File
@@ -9,13 +9,15 @@
int main(int argc, char *argv[])
{
int i;
void *flt_tab;
init_opt(&asm_opt);
if (!CommandLine_process(argc, argv, &asm_opt)) return 1;
yak_reset_realtime();
ha_count_high(&asm_opt);
flt_tab = ha_gen_flt_tab(&asm_opt);
ha_hf_destroy(flt_tab);
if (0) {
Correct_Reads(asm_opt.number_of_round);
}