Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/cleanup/
H A Dcleanup.cpp603 sequence::TFeatScores cdsScores; in s_GetCdsByLocation() local
609 cdsScores, in s_GetCdsByLocation()
612 if (cdsScores.empty()) { in s_GetCdsByLocation()
617 for (auto cdsScore : cdsScores) { in s_GetCdsByLocation()
625 return cdsScores.front().second; in s_GetCdsByLocation()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/cleanup/
H A Dcleanup.cpp603 sequence::TFeatScores cdsScores; in s_GetCdsByLocation() local
609 cdsScores, in s_GetCdsByLocation()
612 if (cdsScores.empty()) { in s_GetCdsByLocation()
617 for (auto cdsScore : cdsScores) { in s_GetCdsByLocation()
625 return cdsScores.front().second; in s_GetCdsByLocation()