Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/read_blast_result/
H A Dfit_blast.cpp145 report->q_loc_right_to = reverse ? to1 : to2; in fit_blast()
154 frame_from = min(frame_from, report->q_loc_right_to ); in fit_blast()
155 frame_to = max(frame_to , report->q_loc_right_to ); in fit_blast()
H A Dread_blast_result_lib.cpp166 ? printed_range(report->q_loc_right_from, report->q_loc_right_to) in printOverlapReport()
247 << "[" << report->q_loc_right_from << "..." << report->q_loc_right_to << "]" in printReport()
H A Doverlaps.cpp264 report->q_loc_right_to = to2; in overlaps_prot_na()
654 report->q_loc_right_to = to2; in overlaps()
H A Dread_blast_result.hpp124 int q_loc_right_to; member