this.spectrumFiles.put(file.getName(), file);
}
UtilitiesUserPreferences userPreferences = UtilitiesUserPreferences.loadUserPreferences();
if (userPreferences.getMemoryPreference() > 2000) {
peptideMapper = new PeptideMapper(sequenceMatchingPreferences, idFilter, waitingHandler, exceptionHandler);
}
}