NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objects/genomecoll/genomic_collections_cli.hpp>
#include <objects/genomecoll/GCClient_AssemblyInfo.hpp>
#include <objects/genomecoll/GCClient_AssemblySequenceI.hpp>
#include <objects/genomecoll/GCClient_AssembliesForSequ.hpp>
#include <objects/genomecoll/GCClient_Error.hpp>
#include <objects/genomecoll/GC_Assembly.hpp>
#include <objects/genomecoll/GCClient_ValidateChrTypeLo.hpp>
#include <objects/genomecoll/GCClient_EquivalentAssembl.hpp>
#include <objects/genomecoll/GCClient_GetEquivalentAsse.hpp>
#include <objects/genomecoll/GCClient_GetAssemblyBlobRe.hpp>
#include <objects/genomecoll/cached_assembly.hpp>
#include <sstream>
#include <db/sqlite/sqlitewrapp.hpp>
#include <corelib/ncbiargs.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
template<typename TReq > | |
void | LogRequest (const TReq &req) |
static void | ValidateAsmAccession (const string &acc) |
Variables | |
static const STimeout | kTimeout = {600, 0} |
void LogRequest | ( | const TReq & | req | ) |
Definition at line 119 of file genomic_collections_cli.cpp.
References ERR_POST, Info(), and MSerial_AsnText.
Referenced by CGenomicCollectionsService::GetAssembly(), CGenomicCollectionsService::GetEquivalentAssemblies(), CGenomicCollectionsService::ValidateChrType(), and CGenomicCollectionsService::x_FindAssembliesBySequences().
Definition at line 128 of file genomic_collections_cli.cpp.
References eUnknown, and NCBI_THROW.
Referenced by CGenomicCollectionsService::GetAssembly().
Definition at line 73 of file genomic_collections_cli.cpp.
Referenced by CConnTest::ExtraCheckOnFailure(), and CGenomicCollectionsService::x_ConfigureConnection().