Skip to content

Commit

Permalink
updated visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskoenig committed Oct 27, 2024
1 parent 86f83c4 commit b3e0ca1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/sbmlutils/cytoscape.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""Module for visualiation in Cytoscape."""
"""Module for visualiation in Cytoscape.
Supports loading of networks, annotations and storing of images.
"""

import os
import tempfile
Expand Down Expand Up @@ -61,11 +64,6 @@ def visualize_sbml(sbml_path: Path, delete_session: bool = False) -> Optional[in
return None







def read_layout_xml(sbml_path: Path, xml_path: Path) -> pd.DataFrame:
"""Read own xml layout information form cytoscape."""
# read positions
Expand Down

0 comments on commit b3e0ca1

Please sign in to comment.