PathwayCommons / sbgnml-to-cytoscape

An npm module that converts xml based SBGN files to JSON for Cytoscape.js
MIT License
5 stars 2 forks source link

Namespace the sbgn data #5

Closed d2fong closed 7 years ago

d2fong commented 7 years ago

Right now, the sbgn data in a node is globally namespaced with very common names. e.g class.

This is problematic because it could conflict with other plugins/apps that may use these common names. Therefore, the sbgn data should be namespaced under sbgn or something that is generally unique to the sbgn renderer

d2fong commented 7 years ago

fixed in https://github.com/PathwayCommons/sbgnml-to-cytoscape/pull/6