thortiede / sbml4j

Load SBML Files and persist them in Neo4j
MIT License
2 stars 2 forks source link

Graphml empty annotation value #90

Closed thortiede closed 2 years ago

thortiede commented 2 years ago

If a data annotation element exists but has no value, the dataNode.getFirstChild() call will result in NULL, and hence cannot be used to extract the annotationValue. No annotation shall be created on the node or relationship for that key.