Home
last modified time | relevance | path

Searched refs:queryUnAligned (Results 1 – 3 of 3) sorted by relevance

/dports/biology/mothur/mothur-1.46.1/source/chimera/
H A Dchimeraslayer.cpp807 string queryUnAligned = q.getUnaligned(); in getBlastSeqs() local
808 …string leftQuery = queryUnAligned.substr(0, int(queryUnAligned.length() * 0.33)); //first 1/3 of t… in getBlastSeqs()
809 …string rightQuery = queryUnAligned.substr(int(queryUnAligned.length() * 0.66)); //last 1/3 of the … in getBlastSeqs()
896 string queryUnAligned = q.getUnaligned(); in getKmerSeqs() local
897 …string leftQuery = queryUnAligned.substr(0, int(queryUnAligned.length() * 0.33)); //first 1/3 of t… in getKmerSeqs()
898 …string rightQuery = queryUnAligned.substr(int(queryUnAligned.length() * 0.66)); //last 1/3 of the … in getKmerSeqs()
H A Ddecalc.cpp482 string queryUnAligned = querySeq.getUnaligned(); in findClosest() local
483 int numBases = int(queryUnAligned.length() * 0.33); in findClosest()
/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dchimeraslayercommand.cpp896 string queryUnAligned = querySeq.getUnaligned(); in divideInHalf() local
897 int numBases = int(queryUnAligned.length() * 0.5); in divideInHalf()