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

Method ~SNPinGenome

src/SNPinGenome.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180SNPinGenome::~SNPinGenome()
181{
182 //dtor
183}
184
185void SNPinGenome::readMateFile(std::string const& mateFile, std::string const& inputFormat, int minimalTotalLetterCountPerPosition, int minimalQualityPerPosition) {
186 assignValues(mateFile, inputFormat, minimalTotalLetterCountPerPosition,minimalQualityPerPosition);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected