r244: use 3 rounds of error correction by default

This commit is contained in:
Heng Li
2020-04-13 19:51:15 -04:00
parent 8907e9c64f
commit a06ee39433
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ void init_opt(hifiasm_opt_t* asm_opt)
asm_opt->k_mer_max_freq = 66;
asm_opt->load_index_from_disk = 1;
asm_opt->write_index_to_disk = 1;
asm_opt->number_of_round = 2;
asm_opt->number_of_round = 3;
asm_opt->adapterLen = 0;
asm_opt->clean_round = 4;
asm_opt->small_pop_bubble_size = 100000;