Merge remote-tracking branch 'origin/dev-lh3'

This commit is contained in:
chhylp123
2021-07-27 19:50:29 -04:00
8 changed files with 163 additions and 160 deletions

View File

@@ -151,7 +151,9 @@ void init_opt(hifiasm_opt_t* asm_opt)
asm_opt->k_mer_length = 51;
asm_opt->hic_mer_length = 31;
asm_opt->mz_win = 51;
asm_opt->mz_sample_dist = 500;
asm_opt->bf_shift = 37;
asm_opt->max_kmer_cnt = 2000;
asm_opt->high_factor = 5.0;
asm_opt->max_ov_diff_ec = 0.04;
asm_opt->max_ov_diff_final = 0.03;