Searched refs:gene_edit (Results 1 – 3 of 3) sorted by relevance
213 CSeq_feat_EditHandle gene_edit = CSeq_feat_EditHandle(copy_pair.second); in NormalizeGeneQuals() local214 gene_edit.Replace(*new_gene); in NormalizeGeneQuals()
1515 CSeq_feat* gene_edit = const_cast<CSeq_feat*>(gene.GetPointer()); in AddExceptionsToShortIntron() local1518 gene_edit->SetPseudo(true); in AddExceptionsToShortIntron()1519 … AdjustBacterialGeneForCodingRegionWithShortIntron(sf_edit, *gene_edit, is_bacterial); in AddExceptionsToShortIntron()1521 if (gene_edit->IsSetLocation()) { in AddExceptionsToShortIntron()1522 … CRef<CSeq_loc> new_loc = gene_edit->SetLocation().Merge(CSeq_loc::fMerge_All, nullptr); in AddExceptionsToShortIntron()1524 gene_edit->SetLocation().Assign(*new_loc); in AddExceptionsToShortIntron()