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

Method SNPinGenome

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

Source from the content-addressed store, hash-verified

24using namespace std;
25
26SNPinGenome::SNPinGenome() : SNP_atChr_(NULL)
27{
28 pileup_read = false;
29}
30
31void SNPinGenome::setSNPChr(std::vector<SNPatChr>* SNP_atChr_)
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected