Searched refs:trnap (Results 1 – 1 of 1) sorted by relevance
2214 CRef<objects::CTrna_ext> trnap; in GetRnaRef() local2217 trnap = fta_get_trna_from_product(feat, qval, NULL); in GetRnaRef()2245 if (trnap.Empty()) in GetRnaRef()2258 rna_ref->SetExt().SetTRNA(*trnap); in GetRnaRef()2260 if (get_aa_from_trna(*trnap) == 0) in GetRnaRef()2268 get_first_codon_from_trna(*trnap) == 255 && remove != 0) in GetRnaRef()2270 trnap->SetCodon().assign(trnac->GetCodon().begin(), trnac->GetCodon().end()); in GetRnaRef()2277 if (get_aa_from_trna(*trnac) == get_aa_from_trna(*trnap) && remove != 0) in GetRnaRef()2286 if(trnap.NotEmpty()) in GetRnaRef()2288 trnap.Reset(); in GetRnaRef()