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

Method setSNPChr

src/SNPinGenome.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void SNPinGenome::setSNPChr(std::vector<SNPatChr>* SNP_atChr_)
32{
33 this->SNP_atChr_ = new std::vector<SNPatChr>(*SNP_atChr_);
34}
35
36int SNPinGenome::processSNPLine(bool isVCF, char * line, string & myChr, int & index,int &previousPos) {
37

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected