Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/validator/
H A Dvaliderror_format.hpp106 … static string GetBioseqSetLabel(const CBioseq_set& st, CRef<CScope> scope, bool suppress_context);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/validator/
H A Dvaliderror_format.cpp1031 desc += CValidErrorFormat::GetBioseqSetLabel(ctx.GetSet(), scope, suppress_context); in GetDescriptorLabel()
1052 string CValidErrorFormat::GetBioseqSetLabel(const CBioseq_set& st, CRef<CScope> scope, bool suppres… in GetBioseqSetLabel() function in CValidErrorFormat
1119 label = GetBioseqSetLabel(*set, scope, suppress_context); in GetObjectLabel()
H A Dvalidatorp.cpp722 string desc = CValidErrorFormat::GetBioseqSetLabel(st, m_Scope, m_SuppressContext); in PostErr()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsqnutils.h1452 extern CharPtr GetBioseqSetLabel (BioseqSetPtr bssp);
H A Dsqnutil3.c30955 extern CharPtr GetBioseqSetLabel (BioseqSetPtr bssp) in GetBioseqSetLabel() function
30975 id_label = GetBioseqSetLabel (bssp->seq_set->data.ptrvalue); in GetBioseqSetLabel()
31154 tmp = GetBioseqSetLabel (vnp->data.ptrvalue); in GetDiscrepancyItemTextEx()
31167 tmp = GetBioseqSetLabel (sep->data.ptrvalue); in GetDiscrepancyItemTextEx()
31222 tmp = GetBioseqSetLabel (sep->data.ptrvalue); in GetDiscrepancyItemTextEx()
31312 label = GetBioseqSetLabel ((BioseqSetPtr) ovn->idx.parentptr); in GetParentLabelForDiscrepancyItem()
31321 label = GetBioseqSetLabel (vnp->data.ptrvalue); in GetParentLabelForDiscrepancyItem()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin10.c11376 label = GetBioseqSetLabel (bssp); in MergeBioSourcesOnSetCallback()