| 47 | } |
| 48 | |
| 49 | void setBamIndexFile(std::string bamIndexFile) { |
| 50 | this->bamIndexFile = bamIndexFile; |
| 51 | } |
| 52 | |
| 53 | void getInputBins(std::vector<uint8_t>& mappability, int binSize, int binOverlap, std::string refName) |
| 54 | { |
nothing calls this directly
no outgoing calls
no test coverage detected