Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dchainer.cpp7348 TInDels combined_indels; in CombineCorrectionsAndIndels() local
7353 return combined_indels; in CombineCorrectionsAndIndels()
7456 combined_indels.push_back(CInDelInfo(pos,len,CInDelInfo::eIns)); in CombineCorrectionsAndIndels()
7461 combined_indels.push_back(CInDelInfo(pb, s.size(), CInDelInfo::eDel, s)); in CombineCorrectionsAndIndels()
7466 return combined_indels; in CombineCorrectionsAndIndels()