cytoscape / cytoscape-automation

Collection of scripts that include programmatic io and control of Cytoscape
Creative Commons Zero v1.0 Universal
81 stars 58 forks source link

Refactor py2cytoscape and r2cytoscape to use POST versions of commands #30

Closed dotasek closed 5 years ago

dotasek commented 6 years ago

With the release of Cytoscape 3.6, commands can be accessed via POST. Making the python and R libraries use POST would provide a fix for #18 and the fairly regular occurrence of users running out of room in the GET URL.

AlexanderPico commented 6 years ago

r2cytoscape updated to use POST for all functions with potentially long URLs. See new repo in preparation for bioconductor submission: https://github.com/cytoscape/r2cytoscape