prefilter

This commit is contained in:
Haoyu Cheng
2019-07-08 01:06:36 -04:00
parent 87873d6323
commit 1892b4d2db
6 changed files with 1315 additions and 940 deletions
-15
View File
@@ -721,22 +721,7 @@ void* Overlap_calculate_heap_merge(void* arg)
for (i = thr_ID; i < R_INF.total_reads; i = i + thread_num)
{
/**
if (i < 4)
{
continue;
}
if (i > 4)
{
break;
}
fprintf(stderr, "i: %u\n", i);
fflush(stderr);
**/
clear_Heap(&heap);
clear_Candidates_list(&l);
///clear_Candidates_list(&debug_l);