Skip to content

Commit b3e0ca1

Browse files
updated visualization
1 parent 86f83c4 commit b3e0ca1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/sbmlutils/cytoscape.py

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
"""Module for visualiation in Cytoscape."""
1+
"""Module for visualiation in Cytoscape.
2+
3+
Supports loading of networks, annotations and storing of images.
4+
"""
25

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

6366

64-
65-
66-
67-
68-
6967
def read_layout_xml(sbml_path: Path, xml_path: Path) -> pd.DataFrame:
7068
"""Read own xml layout information form cytoscape."""
7169
# read positions

0 commit comments

Comments
 (0)