Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dselect_alignments_alt.cpp50 if(a.OpenRightEnd() && b.OpenLeftEnd()) in BEGIN_SCOPE()
53 if(b.OpenRightEnd() && a.OpenLeftEnd()) in BEGIN_SCOPE()
H A Dchainer.cpp4618 …if(((Status()&eRightConfirmed) == 0) && (!OpenRightEnd() || ReadingFrame().Empty()) && (Strand() =… in RestoreTrimmedEnds()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/gnomon/
H A Dgnomon_model.hpp516 return (Strand() == ePlus ? OpenLeftEnd() : OpenRightEnd()); in Open5primeEnd()
522 bool OpenRightEnd() const in OpenRightEnd() function in CGeneModel