| 4335 | } |
| 4336 | |
| 4337 | void* GenomeCopyNumber_readMateFile_wrapper(void *arg) |
| 4338 | { |
| 4339 | GenomeCopyNumberReadMateFileArgWrapper* warg = (GenomeCopyNumberReadMateFileArgWrapper*)arg; |
| 4340 | if (warg->p_genomeCopyNumber) { |
| 4341 | warg->snpInGenome.readMateFile(warg->mateFile, warg->inputFormat, warg->minimalTotalLetterCountPerPosition, warg->minimalQualityPerPosition, *warg->p_genomeCopyNumber, warg->chrLenFileName, warg->windowSize, warg->step, warg->targetBed); |
| 4342 | } else { |
| 4343 | warg->snpInGenome.readMateFile(warg->mateFile, warg->inputFormat, warg->minimalTotalLetterCountPerPosition, warg->minimalQualityPerPosition); |
| 4344 | } |
| 4345 | return NULL; |
| 4346 | } |
| 4347 | |
| 4348 | void* GenomeCopyNumber_calculateBreakpoint_wrapper(void *arg) |
| 4349 | { |
nothing calls this directly
no test coverage detected