Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dscore.cpp396 const CGeneModel& origalign = *it; in Init() local
397 TSignedSeqRange limits = origalign.Limits() & chunk; in Init()
398 …if (limits.Empty() || (origalign.MaxCdsLimits().NotEmpty() && !Include(limits, origalign.MaxCdsLi… in Init()
401 CGeneModel align = origalign; in Init()