RBVI / stringApp

Cytoscape interface to STRING and STITCH
BSD 2-Clause "Simplified" License
10 stars 11 forks source link

Make fetching of images multi-threaded #45

Closed scaramonche closed 10 months ago

scaramonche commented 10 months ago

Currently, structure images are fetched in one thread and it is not very fast. Ideally, we want to be able to do that faster. Once this is done, we should change the number of nodes for which we fetch images to be the same as for STRING and add a menu item for it in the apps menu.

scaramonche commented 10 months ago

Fixed on the new-style-controls branch.