update for base-level alignment

This commit is contained in:
Haoyu Cheng
2019-12-12 03:06:47 -05:00
parent f1cde019a9
commit 9c25075fed
2 changed files with 25 additions and 9 deletions
+1 -1
View File
@@ -9617,7 +9617,7 @@ char* output_file_name, long long bubble_dist, int read_graph, int write)
ma_hit_sub(min_dp, sources, n_read, readLen, mini_overlap_length, &coverage_cut);
////这个会断开
ma_hit_chimeric(1, sources, reverse_sources, n_read, readLen, coverage_cut);
ma_hit_cut(min_dp, sources, n_read, readLen, mini_overlap_length, &coverage_cut);