compomics / peptide-shaker-2.0-issue-tracker

Issue tracker for the beta release of PeptideShaker 2.0
Apache License 2.0
0 stars 0 forks source link

Export to mzIdentML fails #9

Closed dominik-kopczynski closed 5 years ago

dominik-kopczynski commented 5 years ago

at eu.isas.peptideshaker.gui.export.MzIdentMLExportDialog.insertProjectData(MzIdentMLExportDialog.java:109) at eu.isas.peptideshaker.gui.export.MzIdentMLExportDialog.(MzIdentMLExportDialog.java:74) at eu.isas.peptideshaker.gui.PeptideShakerGUI.exportMzIdentMLMenuItemActionPerformed(PeptideShakerGUI.java:3384) at eu.isas.peptideshaker.gui.PeptideShakerGUI.access$7300(PeptideShakerGUI.java:157)

hbarsnes commented 5 years ago

Actually, the problem was running a bit deeper, as the generated mzid file had lots of issues, like integers being treated as Unicode instead of text. But should all be fixed now. See my latest commits (both utilities and PeptideShaker) for details.