MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / BAFpileup

Method BAFpileup

src/BAFpileup.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24using namespace std;
25
26BAFpileup::BAFpileup()
27{
28 //ctor
29}
30
31void BAFpileup::makepileup(GenomeCopyNumber & sampleCopyNumber, GenomeCopyNumber & controlCopyNumber,
32 std::string sample_MateFile, std::string control_Matefile, std::string outputDir, std::string makeminipileup,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected