Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dselect_alignments_alt.cpp61 size_t commonspl = 0; in CountCommonSplices() local
62 if(a.Strand() != b.Strand() || !a.IntersectingWith(b)) return commonspl; in CountCommonSplices()
66 ++commonspl; in CountCommonSplices()
68 ++commonspl; in CountCommonSplices()
72 return commonspl; in CountCommonSplices()
H A Dgnomon_model.cpp993 int commonspl = 0; in isCompatible() local
1038 bexon && bright == right && b.Exons()[bnum].m_ssplice) ++commonspl; in isCompatible()
1040 !bexon && bright == right && b.Exons()[bnum+1].m_fsplice) ++commonspl; in isCompatible()
1057 return firstcommonpoint >= 0 ? commonspl+1 : 0; in isCompatible()