wenbostar / PDV

PDV: an integrative proteomics data viewer
GNU General Public License v3.0
44 stars 20 forks source link

mzTab issue #67

Closed wenbostar closed 8 months ago

wenbostar commented 8 months ago
Processing mztab.
Exception in thread "DisplayThread" java.lang.NumberFormatException: For input string: "3.0"
    at java.base/java.lang.NumberFormatException.forInputString(Unknown Source)
    at java.base/java.lang.Integer.parseInt(Unknown Source)
    at java.base/java.lang.Integer.valueOf(Unknown Source)
    at PDVGUI.fileimport.MztabImport.parseMztabFile(MztabImport.java:238)
    at PDVGUI.fileimport.MztabImport.access$000(MztabImport.java:30)
    at PDVGUI.fileimport.MztabImport$1.run(MztabImport.java:144)