position table; unfinished

This commit is contained in:
Heng Li
2020-03-25 19:17:07 -04:00
parent 585bbbe213
commit e116f6e09d
3 changed files with 92 additions and 19 deletions

View File

@@ -67,7 +67,7 @@ void init_opt(hifiasm_opt_t* asm_opt)
asm_opt->k_mer_length = 41;
asm_opt->mz_win = 41;
asm_opt->bf_shift = 37;
asm_opt->high_factor = 10.0f;
asm_opt->high_factor = 7.0f;
asm_opt->no_HPC = 0;
asm_opt->k_mer_min_freq = 3;
asm_opt->k_mer_max_freq = 66;