Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/validator/
H A Dutilities.cpp1832 CSeqFeatData::ESubtype feat1_subtype = f1.GetData().GetSubtype(); in IsDuplicate() local
1836 if (feat1_subtype != feat2_subtype) { in IsDuplicate()
1867 if ( feat1_subtype == CSeqFeatData::eSubtype_region && different_dbxrefs) { in IsDuplicate()
1880 …if ((feat1_subtype == CSeqFeatData::eSubtype_variation && !same_label) || s_AreDifferentVariations… in IsDuplicate()
1899 if (feat1_subtype == CSeqFeatData::eSubtype_pub && !same_label) { in IsDuplicate()
H A Dvaliderror_bioseq.cpp8028 CSeqFeatData::ESubtype feat1_subtype = feat1.GetData().GetSubtype(); in x_ReportOverlappingPeptidePair() local
8034 if ( (feat1_subtype == CSeqFeatData::eSubtype_mat_peptide_aa || in x_ReportOverlappingPeptidePair()
8035 feat1_subtype == CSeqFeatData::eSubtype_propeptide_aa || in x_ReportOverlappingPeptidePair()
8036 feat1_subtype == CSeqFeatData::eSubtype_sig_peptide_aa || in x_ReportOverlappingPeptidePair()
8037 feat1_subtype == CSeqFeatData::eSubtype_transit_peptide_aa)) { in x_ReportOverlappingPeptidePair()