NCBI C++ ToolKit
|
Names used in blast4 network communications. More...
#include <utility>
#include <string>
#include <corelib/ncbistl.hpp>
#include <corelib/ncbi_safe_static.hpp>
#include <objects/blast/NCBI_Blast4_module.hpp>
#include <objects/blast/Blast4_value.hpp>
#include <objects/blast/Blast4_parameter.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CBlast4Field |
Field properties for options in a Blast4 parameter list. More... | |
Functions | |
string | Blast4SearchInfo_BuildReplyName (const string &name, const string &value) |
This function builds the reply name token in the get-search-info reply objects, provided a pair of strings such as those defined above (i.e. More... | |
Variables | |
const char * | kBlast4SearchInfoReqName_Search |
Used to retrieve information about the BLAST search. More... | |
const char * | kBlast4SearchInfoReqName_Alignment |
Used to retrieve information about the BLAST alignments. More... | |
const char * | kBlast4SearchInfoReqValue_Status |
Used to retrieve the BLAST search status. More... | |
const char * | kBlast4SearchInfoReqValue_Title |
Used to retrieve the BLAST search title. More... | |
const char * | kBlast4SearchInfoReqValue_Subjects |
Used to retrieve the BLAST search subjects. More... | |
const char * | kBlast4SearchInfoReqValue_PsiIterationNum |
Used to retrieve the PSI-BLAST iteration number. More... | |
Names used in blast4 network communications.
This file declares string objects corresponding to names used when specifying options for blast4 network communications protocol.
Definition in file names.hpp.
enum EBlastOptIdx |
Index of remote BLAST options.
The blast4 server only supports a subset of these
This function builds the reply name token in the get-search-info reply objects, provided a pair of strings such as those defined above (i.e.
: kBlast4SearchInfoReq{Name,Value})
This function builds the reply name token in the get-search-info reply objects, provided a pair of strings such as those defined above (i.e.
Definition at line 448 of file names.cpp.
References string, and rapidjson::value.
Referenced by CRemoteBlast::x_GetStringFromSearchInfoReply(), and CRemoteBlast::x_GetSubjects().
|
extern |
Used to retrieve information about the BLAST alignments.
|
extern |
Used to retrieve information about the BLAST search.
Referenced by CRemoteBlast::GetTitle(), CRemoteBlast::x_GetPsiIterationsFromServer(), and CRemoteBlast::x_GetSubjects().
|
extern |
Used to retrieve the PSI-BLAST iteration number.
Referenced by CRemoteBlast::x_GetPsiIterationsFromServer().
|
extern |
Used to retrieve the BLAST search status.
|
extern |
Used to retrieve the BLAST search subjects.
Referenced by CRemoteBlast::x_GetSubjects().
|
extern |
Used to retrieve the BLAST search title.
Referenced by CRemoteBlast::GetTitle().