thortiede / sbml4j

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

Output GraphML #44

Closed thortiede closed 3 years ago

thortiede commented 5 years ago

Write out networks in GraphML format.

thortiede commented 5 years ago

Basic GraphML Writing Functionality implemented. Open Issues:

thortiede commented 5 years ago
thortiede commented 3 years ago

This has been fixed in the refactoring process. The directed/undirected attribute is taken from the user request and the graphml is created from the FlatEdges directly.