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

Method getBamFile

blacklist.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 std::string getBamFile() {
46 return bamFile;
47 }
48
49 void setBamIndexFile(std::string bamIndexFile) {
50 this->bamIndexFile = bamIndexFile;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected