MCPcopy Index your code
hub / github.com/arq5x/bedtools2 / printRecord

Method printRecord

src/complementFile/complementFile.cpp:127–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void ComplementFile::printRecord(CHRPOS endPos) {
128 _outRecord.setStartPos(_currStartPos);
129 stringstream startStr;
130 startStr << _currStartPos;
131 _outRecord.setStartPosStr(startStr.str());
132
133 _outRecord.setEndPos(endPos);
134 stringstream endStr;
135 endStr << endPos;
136 _outRecord.setEndPosStr(endStr.str());
137
138 _outputMgr->printRecord(&_outRecord);
139 _outputMgr->newline();
140}

Callers 12

giveFinalReportMethod · 0.45
processHitsMethod · 0.45
processHitsMethod · 0.45
processHitsMethod · 0.45
processHitsMethod · 0.45
giveFinalReportMethod · 0.45
doCountsMethod · 0.45
doPerBaseMethod · 0.45
doMeanMethod · 0.45
doHistMethod · 0.45
doDefaultMethod · 0.45
processHitsMethod · 0.45

Calls 6

setStartPosMethod · 0.80
setStartPosStrMethod · 0.80
strMethod · 0.80
setEndPosMethod · 0.80
setEndPosStrMethod · 0.80
newlineMethod · 0.80

Tested by

no test coverage detected