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

Cancer networks protocol stalls in Binder #49

Closed khanspers closed 4 years ago

khanspers commented 4 years ago

Everything works fine until line 166 (createSubNetworks) where it stalls. Eventually has to be stopped manually. There is no error message.

https://github.com/cytoscape/cytoscape-automation/blob/master/for-scripters/R/notebooks/Cancer-networks-and-data.Rmd

AlexanderPico commented 4 years ago

I suspect this one is due to the 1-2GB RAM max of the publicly-hosted, free version of Binder. We could test with our own hosted instance at NRNB (eventually).

We could also test by only loading one of the two networks in this protocol and skipping other steps, etc to see if we can get further into the protocol. This would help distinguish a bug at that particular step vs a memory limit. @khanspers can you try this?