mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-25 05:18:11 +08:00
r332: increased mz sample dist from 200 to 500
This commit is contained in:
+1
-1
@@ -101,7 +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->mz_sample_dist = 500;
|
||||
asm_opt->bf_shift = 37;
|
||||
asm_opt->max_kmer_cnt = 2000;
|
||||
asm_opt->high_factor = 5.0;
|
||||
|
||||
Reference in New Issue
Block a user