ProteinToOLNMap proteinToOLNMap = proteinToOLNParser
.parseMappingFile(proteinToOLNMapFile);
PeptideSearchResultsParser peptideSearchResultsParser = new PeptideSearchResultsParserImpl(
proteinToOLNMap);
List<PeptideSearchResult> peptideSearchResults = peptideSearchResultsParser
.parseResults(searchResultsPaths);
PeptideSequenceGenerator sequenceGenerator = new PeptideSequenceGeneratorImpl(
genome, proteinToOLNMap, chromosomeDir);
peptideSearchResults = peptideSearchResultsParser
.sortResultsByChromosome(peptideSearchResults, proteinToOLNMap,