| 119 | } |
| 120 | |
| 121 | void GenomeCopyNumber::setBAFtrue() { |
| 122 | hasBAF_=1; |
| 123 | } |
| 124 | |
| 125 | void GenomeCopyNumber::readCopyNumber(std::string const& mateFileName ,std::string const& inputFormat, std::string const& matesOrientation, std::string const& chrLenFileName, |
| 126 | int windowSize , int step, std::string targetBed ) { |
nothing calls this directly
no outgoing calls
no test coverage detected