mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-22 20:48:11 +08:00
clean purge_dups
This commit is contained in:
+2
-1
@@ -141,7 +141,8 @@ void init_opt(hifiasm_opt_t* asm_opt)
|
||||
asm_opt->number_of_round = 3;
|
||||
asm_opt->adapterLen = 0;
|
||||
asm_opt->clean_round = 4;
|
||||
asm_opt->small_pop_bubble_size = 100000;
|
||||
///asm_opt->small_pop_bubble_size = 100000;
|
||||
asm_opt->small_pop_bubble_size = 0;
|
||||
asm_opt->large_pop_bubble_size = 10000000;
|
||||
asm_opt->min_drop_rate = 0.2;
|
||||
asm_opt->max_drop_rate = 0.8;
|
||||
|
||||
Reference in New Issue
Block a user