Home
last modified time | relevance | path

Searched refs:spacedKmerPattern (Results 1 – 13 of 13) sorted by relevance

/dports/biology/mmseqs2/MMseqs2-13-45111/src/commons/
H A DSequence.cpp169 …nce::parseSpacedPattern(unsigned int kmerSize, bool spaced, const std::string& spacedKmerPattern) { in parseSpacedPattern() argument
172 char* pattern = new char[spacedKmerPattern.size()]; in parseSpacedPattern()
173 for (size_t i = 0; i < spacedKmerPattern.size(); ++i) { in parseSpacedPattern()
174 switch (spacedKmerPattern[i]) { in parseSpacedPattern()
196 …return std::make_pair<const char *, unsigned int>((const char *) pattern, spacedKmerPattern.size()… in parseSpacedPattern()
H A DSequence.h447 …> parseSpacedPattern(unsigned int kmerSize, bool spaced, const std::string& spacedKmerPattern);
H A DParameters.h383 std::string spacedKmerPattern; // User-specified kmer pattern variable
H A DParameters.cpp63 …ser-specified spaced k-mer pattern", typeid(std::string), (void *) &spacedKmerPattern, "^1[01]*1$"… in Parameters()
2065 spacedKmerPattern = ""; in setDefaults()
/dports/biology/mmseqs2/MMseqs2-13-45111/src/util/
H A Dindexdb.cpp37 if (par.spacedKmerPattern != PrefilteringIndexReader::getSpacedPattern(&index)) in findIncompatibleParameter()
134 … par.spacedKmer, par.spacedKmerPattern, par.compBiasCorrection, in indexdb()
H A Dalignbykmer.cpp168 …maxSeqLen, querySeqType, subMat, par.kmerSize, par.spacedKmer, false, true, par.spacedKmerPattern); in alignbykmer()
169 …axSeqLen, targetSeqType, subMat, par.kmerSize, par.spacedKmer, false, true, par.spacedKmerPattern); in alignbykmer()
/dports/biology/mmseqs2/MMseqs2-13-45111/src/prefiltering/
H A DPrefilteringIndexReader.cpp54 … bool hasSpacedKmer, const std::string &spacedKmerPattern, in createIndexFile() argument
111 if (spacedKmerPattern.empty() != false) { in createIndexFile()
113 …writer.writeData(spacedKmerPattern.c_str(), spacedKmerPattern.length(), SPACEDPATTERN, SPLIT_META); in createIndexFile()
191 …(maxSeqLen, seqType, subMat, kmerSize, hasSpacedKmer, compBiasCorrection, true, spacedKmerPattern); in createIndexFile()
H A DPrefilteringIndexReader.h59 … BaseMatrix *seedSubMat, int maxSeqLen, bool spacedKmer, const std::string &spacedKmerPattern,
H A DPrefiltering.h72 std::string spacedKmerPattern; variable
H A DPrefiltering.cpp34 spacedKmerPattern(par.spacedKmerPattern), in Prefiltering()
156 spacedKmerPattern = PrefilteringIndexReader::getSpacedPattern(tidxdbr); in Prefiltering()
509 …eqLen, targetSeqType, kmerSubMat, kmerSize, spacedKmer, aaBiasCorrection, true, spacedKmerPattern); in getIndexTable()
777 …qLen(), querySeqType, kmerSubMat, kmerSize, spacedKmer, aaBiasCorrection, true, spacedKmerPattern); in runSplit()
/dports/biology/mmseqs2/MMseqs2-13-45111/src/linclust/
H A Dkmerindexdb.cpp221 if (par.spacedKmerPattern.empty() != false) { in kmerindexdb()
223 …dbw.writeData(par.spacedKmerPattern.c_str(), par.spacedKmerPattern.length(), PrefilteringIndexRead… in kmerindexdb()
H A DLinsearchIndexReader.cpp275 if (par.spacedKmerPattern != PrefilteringIndexReader::getSpacedPattern(&index)) in findIncompatibleParameter()
H A Dkmermatcher.cpp100 …eqLen, querySeqType, subMat, adjustedKmerSize, par.spacedKmer, false, true, par.spacedKmerPattern); in fillKmerPositionArray()
1187 parameters.spacedKmerPattern = ""; in setKmerLengthAndAlphabet()
1205 parameters.spacedKmerPattern = ""; in setKmerLengthAndAlphabet()