iVis-at-Bilkent / sbgnviz.js

A web based visualization tool for process description maps in SBGN
http://www.cs.bilkent.edu.tr/~ivis/SBGNViz_sample_app/
GNU Lesser General Public License v3.0
35 stars 14 forks source link

sbgnml converter bug #179

Closed d2fong closed 7 years ago

d2fong commented 7 years ago

Pretty sure there is a bug related to complex multimer nodes not having children when the sbgnml file is converted:

https://github.com/iVis-at-Bilkent/sbgnviz.js/blob/master/src/utilities/sbgnml-to-json-converter.js#L221

In this line, complex is recognized as a compound node but complex multimer is not.

metincansiper commented 7 years ago

@d2fong I think that you are right. I fixed it in unstable. If you are agree we can close the issue.

d2fong commented 7 years ago

@metincansiper okay, thanks for fixing it.