Murali-group / CyGraphSpace

A GraphSpace app for Cytoscape
GNU General Public License v3.0
1 stars 2 forks source link

CyGraphSpace hack with exportStyleToJson function #7

Closed LHuang2019 closed 6 years ago

LHuang2019 commented 6 years ago

Currently for CyGraphSpace to export the style json, it uses Thread.sleep() to avoid issues with parallel processes. Recommend to replace the code with other ways of read/write files without using the Thread.sleep().