Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dgnomon_model.cpp1835 bool confirmed_start = false; in ParseAttributes() local
1865 else if (*f == "ConfirmedStart") { confirmed_start = true; has_start = true; } in ParseAttributes()
1964 cds_info.SetStart(start,confirmed_start); in ParseAttributes()
H A Dscore.cpp1529 …bool confirmed_start = cds_info.ConfirmedStart(); //we wamnt to keep the status even if the actu… in GetScore() local
1549 cds_info.SetStart(TSignedSeqRange(best_start,best_start+2), confirmed_start); in GetScore()