NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <algo/seqqa/blastp_tests.hpp>
#include <objects/seq/Seq_annot.hpp>
#include <objects/general/Dbtag.hpp>
#include <objects/seq/Seq_descr.hpp>
#include <objects/seq/Seqdesc.hpp>
#include <objects/seqloc/Seq_id.hpp>
#include <objmgr/scope.hpp>
#include <objmgr/bioseq_handle.hpp>
#include <objmgr/seqdesc_ci.hpp>
#include <objmgr/util/sequence.hpp>
#include <objmgr/util/create_defline.hpp>
#include <objects/seqfeat/BioSource.hpp>
#include <objects/seqfeat/Org_ref.hpp>
#include <objects/seqalign/Seq_align.hpp>
#include <objects/seqalign/Dense_seg.hpp>
#include <objects/general/Object_id.hpp>
#include <objects/general/User_object.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
static CObject_id::TId | s_GetTaxid (const CSeq_id &id, CScope &scope) |
|
static |
Definition at line 69 of file blastp_tests.cpp.
References CSeqdesc_Base::e_Source, CScope::GetBioseqHandle(), COrg_ref_Base::GetDb(), CBioSource_Base::GetOrg(), CSeqdesc_Base::GetSource(), and ITERATE.
Referenced by CTestBlastp_All::RunTest().
USING_SCOPE | ( | objects | ) |