Home
last modified time | relevance | path

Searched refs:fFastAlign (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/cobalt/
H A Doptions.hpp241 fFastAlign = 1<<6, ///< Do Fast and rough profile-profile alignment enumerator
244 fFast = fNoRpsBlast | fNoIterate | fNoRealign | fFastAlign,
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/cobalt/
H A Doptions.cpp253 m_FastAlign = (mode & fFastAlign); in x_InitParams()