BaderLab / Cytoscape_workflows

collection of notebooks with different cytoscape workflows
Creative Commons Zero v1.0 Universal
49 stars 36 forks source link

Transfer files to host so EM can find them locally. #5

Closed mikekucera closed 3 years ago

mikekucera commented 3 years ago

This pull request changes the Protocol2_createEM.Rmd script to use two CyREST endpoints have been added to EnrichmentMap.

Refs https://github.com/BaderLab/EnrichmentMapApp/issues/385

risserlin commented 3 years ago

Thanks Mike! Do I need to use the updated EM jar to use this function? Will it work with the current release as well (because it is transferring the files to the CytoscapeConfiguration directory according to the path associated with the uploaded files? I am going to put a feature request in to get the upload File to the RCy3. Can it be a generic method for any app that needs files? How is it handled differently from the EM side? (basically I am asking the same question in multiple ways :) )

mikekucera commented 3 years ago

I added the upload function to the EM app, its not part of CyREST. You need the latest EM build that I sent you. If it works for you then it can be part of the next EM release. By putting it in the EM app it will work with the current version of Cytoscape. It could be made a generic feature in CyREST/RCy3, but you would have to wait for new releases of both.