r189: print statistics

This commit is contained in:
Heng Li
2020-04-04 00:14:53 -04:00
parent 69c32066d4
commit dbe66d259d
3 changed files with 25 additions and 55 deletions

View File

@@ -78,7 +78,6 @@ void init_opt(hifiasm_opt_t* asm_opt)
asm_opt->number_of_round = 2;
asm_opt->adapterLen = 0;
asm_opt->clean_round = 4;
asm_opt->complete_threads = 0;
asm_opt->small_pop_bubble_size = 100000;
asm_opt->large_pop_bubble_size = 10000000;
asm_opt->min_drop_rate = 0.2;
@@ -103,7 +102,6 @@ void destory_opt(hifiasm_opt_t* asm_opt)
void clear_opt(hifiasm_opt_t* asm_opt, int round)
{
asm_opt->complete_threads = 0;
asm_opt->num_bases = 0;
asm_opt->num_corrected_bases = 0;
asm_opt->num_recorrected_bases = 0;