MCPcopy Create free account
hub / github.com/arq5x/bedtools2 / doCounts

Method doCounts

src/coverageFile/coverageFile.cpp:149–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void CoverageFile::doCounts(RecordOutputMgr *outputMgr, RecordKeyVector &hits)
150{
151 ostringstream s;
152 s << _hitCount;
153 _finalOutput.append(s.str());
154 outputMgr->printRecord(hits.getKey(), _finalOutput);
155}
156
157void CoverageFile::doPerBase(RecordOutputMgr *outputMgr, RecordKeyVector &hits)
158{

Callers

nothing calls this directly

Calls 4

strMethod · 0.80
appendMethod · 0.45
printRecordMethod · 0.45
getKeyMethod · 0.45

Tested by

no test coverage detected