Home
last modified time | relevance | path

Searched refs:getLenScore (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.cpp307 int left_sLen = getLenScore(left_annot); in fit_blast()
308 int right_sLen = getLenScore(right_annot); in fit_blast()
H A Dshortcuts.cpp420 int CReadBlastApp::getLenScore( CBioseq::TAnnot::const_iterator& annot) in getLenScore() function in CReadBlastApp
H A Dread_blast_result.hpp386 static int getLenScore( CBioseq::TAnnot::const_iterator& annot);
H A Dread_blast_result_lib.cpp463 int sLen = getLenScore(annot); in check_alignment()