JOptionPane.showMessageDialog(peptideShakerGUI, report, "PTM PSI-MOD Mapping", JOptionPane.WARNING_MESSAGE);
// have the user add the CV term mappings
for (String modName : missingMods) {
PTM currentPtm = PTMFactory.getInstance().getPTM(modName);
new PtmDialog(this, this, ptmToPrideMap, currentPtm, false);
}
}
}