r330: unimap heuristic for mz sampling

This commit is contained in:
Heng Li
2021-01-21 11:05:37 -05:00
parent 02f0b5dd22
commit da672118e5
6 changed files with 14 additions and 12 deletions
+1
View File
@@ -101,6 +101,7 @@ void init_opt(hifiasm_opt_t* asm_opt)
asm_opt->thread_num = 1;
asm_opt->k_mer_length = 51;
asm_opt->mz_win = 51;
asm_opt->sample_dist = 200;
asm_opt->bf_shift = 37;
asm_opt->max_kmer_cnt = 2000;
asm_opt->high_factor = 5.0;