| 1765 | } |
| 1766 | |
| 1767 | void* ChrCopyNumber_calculateBAFBreakpoint_wrapper(void *arg) |
| 1768 | { |
| 1769 | ChrCopyNumberCalculateBreakpointArgWrapper* warg = (ChrCopyNumberCalculateBreakpointArgWrapper*)arg; |
| 1770 | int result = warg->chrCopyNumber.calculateBAFBreakpoints(warg->breakPointThreshold, 0, warg->breakPointType); |
| 1771 | if (result == 0) { |
| 1772 | cerr << "..failed to run BAF segmentation on chr" << warg->chrCopyNumber.getChromosome() << "\n"; |
| 1773 | } |
| 1774 | return NULL; |
| 1775 | } |
nothing calls this directly
no test coverage detected