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

Method PrintHeader

src/utils/bedFile/bedFile.cpp:201–203  ·  view source on GitHub ↗

Dump the header

Source from the content-addressed store, hash-verified

199
200// Dump the header
201void BedFile::PrintHeader(void) {
202 cout << _header;
203}
204
205
206bool BedFile::GetNextBed(BED &bed, bool forceSorted) {

Callers 1

ChromSweepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected