Home
last modified time | relevance | path

Searched refs:best_insertion_point (Results 1 – 1 of 1) sorted by relevance

/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore-indel.c2683 int best_insertion_point = -1; in finalise_db_graph() local
2691 best_insertion_point = xk1; in finalise_db_graph()
2695 if(best_insertion_point>=0) in finalise_db_graph()
2697 unsigned int best_pos = window_start + best_start_pos + best_insertion_point; in finalise_db_graph()
2737 …al_context, NULL , &new_event -> inserted_bases , inserted_sequence+best_insertion_point, -indels); in finalise_db_graph()
2750 …\n", window_start + best_start_pos, best_insertion_point , -indels , inserted_length + indels - be… in finalise_db_graph()