fix bug for broken bubbles

This commit is contained in:
chhylp123
2021-01-15 07:33:13 -05:00
parent 88f5b11f04
commit a009026e65
6 changed files with 3441 additions and 359 deletions
+1
View File
@@ -143,6 +143,7 @@ void init_opt(hifiasm_opt_t* asm_opt)
asm_opt->recover_atg_cov_max = INT_MAX;
asm_opt->hom_global_coverage = -1;
asm_opt->bed_inconsist_rate = 70;
asm_opt->hic_inconsist_rate = 30;
///asm_opt->bub_mer_length = 3;
asm_opt->bub_mer_length = 1000000;
}