| 24 | using namespace std; |
| 25 | |
| 26 | BAFpileup::BAFpileup() |
| 27 | { |
| 28 | //ctor |
| 29 | } |
| 30 | |
| 31 | void BAFpileup::makepileup(GenomeCopyNumber & sampleCopyNumber, GenomeCopyNumber & controlCopyNumber, |
| 32 | std::string sample_MateFile, std::string control_Matefile, std::string outputDir, std::string makeminipileup, |
nothing calls this directly
no outgoing calls
no test coverage detected