96 "Blastn uses a seed extension method incompatible with discontiguous nuclotide blast");
#define BLAST_GAP_X_DROPOFF_NUCL
default dropoff for non-greedy nucleotide gapped extensions
#define BLAST_UNGAPPED_X_DROPOFF_NUCL
ungapped dropoff score for blastn (and megablast)
@ eDynProgScoreOnly
standard affine gapping
#define BLAST_GAP_TRIGGER_NUCL
default bit score that will trigger a gapped extension for blastn
#define BLAST_GAP_X_DROPOFF_FINAL_NUCL
default dropoff for nucleotide gapped extensions)
#define BLAST_WINDOW_SIZE_DISC
default window size (discontiguous megablast)
@ eDynProgTbck
standard affine gapping
#define BLAST_WORDSIZE_NUCL
default word size (blastn)
Internal auxiliary setup classes/functions for C++ BLAST APIs.
@ eDiscMegablast
Nucl-Nucl using discontiguous megablast.
Defines BLAST error codes (user errors included)
Handle to the nucleotide-nucleotide options to the BLAST algorithm.
EAPILocality
Enumerates the possible contexts in which objects of this type can be used.
Handle to the nucleotide-nucleotide options to the discontiguous BLAST algorithm.
Declares the CDiscNucleotideOptionsHandle class.
virtual void SetScoringOptionsDefaults()
Overrides ScoringOptionsDefaults for nucleotide options.
void SetMBScoringOptionsDefaults()
Sets MBScoringOptionsDefaults.
virtual void SetMBLookupTableDefaults()
Overrides MBLookupTableDefaults for nucleotide options.
void SetGapTrigger(double g)
Sets GapTrigger.
void SetGapExtnAlgorithm(EBlastPrelimGapExt algo)
Sets GapExtnAlgorithm.
CRef< CBlastOptions > m_Opts
Data type this class controls access to.
void SetMBGappedExtensionDefaults()
Sets MBGappedExtensionDefaults.
void SetGapTracebackAlgorithm(EBlastTbackExt algo)
Sets GapTracebackAlgorithm.
void SetMBInitialWordOptionsDefaults()
Sets MBInitialWordOptionsDefaults.
bool GetDefaultsMode() const
void SetTraditionalBlastnDefaults()
NOTE: Unavailable for discontiguous megablast.
void SetXDropoff(double x)
Sets XDropoff.
void SetWindowSize(int ws)
Sets WindowSize.
void SetWordSize(int ws)
Sets WordSize.
void SetTemplateType(unsigned char type)
Sets TemplateType.
void SetGapXDropoffFinal(double x)
Sets GapXDropoffFinal.
void SetDefaultsMode(bool dmode)
If this is true, remote options will ignore "Set" calls.
void SetGapXDropoff(double x)
Sets GapXDropoff.
void SetMBLookupTableDefaults()
Sets MBLookupTableDefaults.
void SetTemplateLength(unsigned char length)
Sets TemplateLength.
#define NCBI_THROW(exception_class, err_code, message)
Generic macro to throw an exception, given the exception class, error code and message string.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define END_SCOPE(ns)
End the previously defined scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define BEGIN_SCOPE(ns)
Define a new scope.