internal PloidyCorrector GetPloidyCorrector()
 {
     return(new PloidyCorrector(_logger, _workDoer, new PloidyEstimator(_logger, _workDoer, _executableProcessor.GetExecutableFileLocation("samtools").FullName, false, _commandManager), _tabixWrapper, true));
 }