update k-mer peaks

This commit is contained in:
chhylp123
2020-07-07 13:20:25 -04:00
parent 2e56ef7db5
commit a25c37ed89
9 changed files with 106 additions and 28 deletions
+1
View File
@@ -92,6 +92,7 @@ void init_opt(hifiasm_opt_t* asm_opt)
asm_opt->max_ov_diff_ec = 0.04;
asm_opt->max_ov_diff_final = 0.03;
asm_opt->hom_cov = 20;
asm_opt->het_cov = -1024;
asm_opt->max_n_chain = 100;
asm_opt->k_mer_min_freq = 3;
asm_opt->k_mer_max_freq = 66;