cytoscape-automation
cytoscape-automation copied to clipboard
Collection of scripts that include programmatic io and control of Cytoscape
https://github.com/idekerlab/cy-rest-python is deprecated. The README will redirect to Cytoscape-Automation; if there is any useful content, it should be migrated here.
https://github.com/idekerlab/cy-rest-R is deprecated. The README will redirect to Cytoscape-Automation; if there is any useful content, it should be migrated here.
https://github.com/cytoscape/cytoscape-automation/blob/c938ab4dd06602e1c2075969e7ab6007bc9a7f4d/for-scripters/Python/Overview-of-py4cytoscape.ipynb#L284 I am using ``` {'apiVersion': 'v1', 'cytoscapeVersion': '3.10.2', 'automationAPIVersion': '1.9.0', 'py4cytoscapeVersion': '1.9.0'} ``` and on that line I get the following error: ``` --------------------------------------------------------------------------- KeyError Traceback (most recent call...