using coverage

This commit is contained in:
chhylp123
2020-07-12 16:03:01 -04:00
parent a25c37ed89
commit c01b593d7c
7 changed files with 522 additions and 38 deletions
+3
View File
@@ -117,6 +117,9 @@ void init_opt(hifiasm_opt_t* asm_opt)
asm_opt->purge_level_trio = 0;
asm_opt->purge_simi_rate = 0.75;
asm_opt->purge_overlap_len = 1;
asm_opt->recover_atg_cov_min = -1;
asm_opt->recover_atg_cov_max = -1;
asm_opt->hom_global_coverage = -1;
}
void destory_opt(hifiasm_opt_t* asm_opt)