} catch (IOException e) {
peptideShakerGUI.catchException(e);
return "IO Exception";
}
Collections.sort(indexes);
return new StartIndexes(indexes); // note: have to be "packed" like this in order to be able to resetSorting on the first index if multiple indexes
case 5:
if (isScrolling) {
return null;
}
peptideMatch = identification.getPeptideMatch(peptideKey, useDB);