cytoscape / cytoscape-explore

Network visualization webapp.
MIT License
13 stars 5 forks source link

Network exported to NDEx is invalid #136

Open rpillich opened 2 years ago

rpillich commented 2 years ago

I generated a network in CE using the attached nodes and edges tables. When I exported the network to NDEx, the saved network turned out to be invalid.

The error message in NDEx reads:

class java.lang.String cannot be cast to class java.lang.Number (java.lang.String and java.lang.Number are in module java.base of loader 'bootstrap')

edges.csv nodes.csv

maxkfranz commented 2 years ago

Mixed types?