matthiaskoenig / cy3sbml

cy3sbml: SBML for Cytoscape 3
GNU Lesser General Public License v3.0
13 stars 2 forks source link

[sbml-comp] Support hierarchical models & visualization #34

Open matthiaskoenig opened 9 years ago

matthiaskoenig commented 9 years ago

Supporting composite models with grouped nodes.

matthiaskoenig commented 7 years ago

Part is reading the individual Model Definitions and the flattened model for the combination of the parts. See also #186

matthiaskoenig commented 7 years ago

Fix broken unittests due to changed number of nodes and edges with comp. Write better unittest only counting the number of nodes and edges of given type. This will not break with additional package support.