MCPcopy Create free account
hub / github.com/OpenGene/fastp / evaluateOverRepSeqs

Method evaluateOverRepSeqs

src/evaluator.cpp:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void Evaluator::evaluateOverRepSeqs() {
172 if(!mOptions->in1.empty())
173 computeOverRepSeq(mOptions->in1, mOptions->overRepSeqs1, mOptions->seqLen1);
174 if(!mOptions->in2.empty())
175 computeOverRepSeq(mOptions->in2, mOptions->overRepSeqs2, mOptions->seqLen2);
176}
177
178void Evaluator::evaluateReadNum(long& readNum) {
179 FastqReader reader(mOptions->in1);

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected