thortiede / sbml4j

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

GraphModel duplicate on reload #6

Closed thortiede closed 5 years ago

thortiede commented 5 years ago

When persisting a model with the same name again, it gets added as new entity instead of being updated.

How do we update the model? How do we update the Entities associated with the model?

Which attributes to check for when matching a model (or any entity for that matter)? Probably want some shared basic data structure (like the header columns in the sql tables that are identical for each table, and thus here entity/relationship??)

thortiede commented 5 years ago

Duplicate of #16