Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/cobalt/
H A Doptions.cpp105 if (m_KmerLength > 7) { in Validate()
111 if (m_KmerLength < 2) { in Validate()
215 m_KmerLength = COBALT_KMER_LEN; in x_InitParams()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/cobalt/
H A Doptions.hpp435 void SetKmerLength(int len) {m_KmerLength = len; m_Mode = fNonStandard;} in SetKmerLength()
440 int GetKmerLength(void) const {return m_KmerLength;} in GetKmerLength()
785 unsigned int m_KmerLength; member in CMultiAlignerOptions