| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected