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

Function SNPinGenome_perform_wrapper

src/SNPinGenome.cpp:551–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551void* SNPinGenome_perform_wrapper(void *arg)
552{
553 SNPinGenomePerformArgWrapper* warg = (SNPinGenomePerformArgWrapper*)arg;
554 warg->snpingenome.perform(warg->mateFile, warg->inputFormat, warg->minimalTotalLetterCountPerPosition, warg->minimalQualityPerPosition, warg->noisyData,warg->CompleteGenomicsData,warg->genomeCopyNumber, warg->breakPointThreshold, warg->breakPointType, warg->minCNAlength, warg->what);
555 return NULL;
556}
557

Callers

nothing calls this directly

Calls 1

performMethod · 0.80

Tested by

no test coverage detected