You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use libsbgn.js to convert from XML object to sbgn object here. The XML file looks like the following before conversion (from Chrome console):
.
We convert the XML file to string and then use the libsbgnjs.Sbgn.fromXML() function to convert to sbgn object that has map.glyph.label fields as follows:
As can be seen, label "1" is parsed correctly but "0" is not.
Here is the original file used (converted to string and passed into the function): test.xml.txt
The text was updated successfully, but these errors were encountered:
We use libsbgn.js to convert from XML object to
sbgn
object here. The XML file looks like the following before conversion (from Chrome console):.
We convert the XML file to string and then use the
libsbgnjs.Sbgn.fromXML()
function to convert to sbgn object that hasmap.glyph.label
fields as follows:As can be seen, label "1" is parsed correctly but "0" is not.
Here is the original file used (converted to string and passed into the function):
test.xml.txt
The text was updated successfully, but these errors were encountered: