Merge branch 'master' into merge3

This commit is contained in:
Heng Li
2020-04-06 08:25:54 -04:00
4 changed files with 84 additions and 60 deletions

View File

@@ -1190,6 +1190,6 @@ int ha_assemble(void)
build_string_graph_without_clean(asm_opt.min_overlap_coverage, R_INF.paf, R_INF.reverse_paf,
R_INF.total_reads, R_INF.read_length, asm_opt.min_overlap_Len, asm_opt.max_hang_Len, asm_opt.clean_round,
asm_opt.gap_fuzz, asm_opt.min_drop_rate, asm_opt.max_drop_rate, asm_opt.output_file_name, asm_opt.large_pop_bubble_size, 0, !ovlp_loaded);
destory_All_reads(&R_INF);
///destory_All_reads(&R_INF);
return 0;
}