update 0.15.5

This commit is contained in:
chhylp123
2021-07-22 00:59:52 -04:00
parent a531a4cbda
commit 62b7418257
16 changed files with 1146 additions and 68 deletions

View File

@@ -199,6 +199,7 @@ void init_opt(hifiasm_opt_t* asm_opt)
asm_opt->n_weight = 3;
asm_opt->is_alt = 0;
asm_opt->misjoin_len = 500000;
asm_opt->scffold = 0;
}
void destory_enzyme(enzyme* f)