Esempio n. 1
0
void
CRPSTBlastnOptionsHandle::SetQueryOptionDefaults()
{
    SetSegFiltering(true);
    m_Opts->SetQueryGeneticCode(BLAST_GENETIC_CODE);
}
void
CBlastProteinOptionsHandle::SetQueryOptionDefaults()
{
    SetSegFiltering(true);
    m_Opts->SetStrandOption(objects::eNa_strand_unknown);
}
void
CBlastAdvancedProteinOptionsHandle::SetQueryOptionDefaults()
{
    CBlastProteinOptionsHandle::SetQueryOptionDefaults();
    SetSegFiltering(false); // disable SEG filtering because of eCompositionMatrixAdjust mode
}