mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-15 12:47:57 +08:00
changed the default -D from 7 to 5
This commit is contained in:
@@ -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 = 7.0f;
|
||||
asm_opt->high_factor = 5.0f;
|
||||
asm_opt->no_HPC = 0;
|
||||
asm_opt->no_kmer_flt = 0;
|
||||
asm_opt->k_mer_min_freq = 3;
|
||||
|
||||
Reference in New Issue
Block a user