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

Method BedGraphFile

src/utils/bedGraphFile/bedGraphFile.cpp:16–19  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

14
15// Constructor
16BedGraphFile::BedGraphFile(string &_file) :
17 bedGraphFile(_file),
18 _bedGraphStream(NULL)
19{}
20
21
22// Destructor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected