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