MCPcopy Create free account
hub / github.com/Boyle-Lab/Blacklist / SequenceData

Method SequenceData

blacklist.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 int zeroMulti = 0;
32
33 SequenceData(std::string bamFile, std::string bamIndexFile) {
34 this->bamFile = bamFile;
35 this->bamIndexFile = bamIndexFile;
36 }
37
38 SequenceData() {
39 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected