From b3e0ca11a13442d343c8c32ee931f6abb3a97053 Mon Sep 17 00:00:00 2001 From: Matthias Koenig Date: Sun, 27 Oct 2024 19:44:21 +0100 Subject: [PATCH] updated visualization --- src/sbmlutils/cytoscape.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/sbmlutils/cytoscape.py b/src/sbmlutils/cytoscape.py index c87c4c2d..9eca040f 100644 --- a/src/sbmlutils/cytoscape.py +++ b/src/sbmlutils/cytoscape.py @@ -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 @@ -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