This commit is contained in:
chhylp123
2020-12-17 02:53:31 -05:00
parent 73b5ef6769
commit f3e390eee8
7 changed files with 1362 additions and 223 deletions

View File

@@ -142,7 +142,7 @@ void init_opt(hifiasm_opt_t* asm_opt)
asm_opt->hom_global_coverage = -1;
asm_opt->bed_inconsist_rate = 70;
///asm_opt->bub_mer_length = 3;
asm_opt->bub_mer_length = 10;
asm_opt->bub_mer_length = 1000000;
}
void destory_opt(hifiasm_opt_t* asm_opt)