update trans chain

This commit is contained in:
chhylp123
2021-03-10 22:46:50 -05:00
parent 8aa87fdce8
commit 4c2ce6fc6b
6 changed files with 1363 additions and 334 deletions

View File

@@ -163,7 +163,7 @@ void init_opt(hifiasm_opt_t* asm_opt)
asm_opt->b_low_cov = 0;
asm_opt->b_high_cov = -1;
asm_opt->m_rate = 0.75;
asm_opt->hap_occ = 2;
asm_opt->hap_occ = 1;
}
void destory_enzyme(enzyme* f)