Author: mes
Date: 2012-07-26 14:36:20 -0700 (Thu, 26 Jul 2012)
New Revision: 30007
Modified:
csplugins/trunk/ucsd/mes/rest-impl/src/main/resources/examples/R.txt
csplugins/trunk/ucsd/mes/rest-impl/src/main/resources/examples/curl.txt
Log:
tweaked
Modified: csplugins/trunk/ucsd/mes/rest-impl/src/main/resources/examples/R.txt
===================================================================
--- csplugins/trunk/ucsd/mes/rest-impl/src/main/resources/examples/R.txt
2012-07-26 21:21:06 UTC (rev 30006)
+++ csplugins/trunk/ucsd/mes/rest-impl/src/main/resources/examples/R.txt
2012-07-26 21:36:20 UTC (rev 30007)
@@ -1,6 +1,7 @@
-install.package("RCurl")
-library("RCurl")
+# need to install RCurl
+# install.package("RCurl")
+# library("RCurl")
res <-
postForm("http://127.0.0.1:2609/cytoscape/network/load-file/",data="file=/Users/mes/galFiltered.sif",
style="post")
Modified:
csplugins/trunk/ucsd/mes/rest-impl/src/main/resources/examples/curl.txt
===================================================================
--- csplugins/trunk/ucsd/mes/rest-impl/src/main/resources/examples/curl.txt
2012-07-26 21:21:06 UTC (rev 30006)
+++ csplugins/trunk/ucsd/mes/rest-impl/src/main/resources/examples/curl.txt
2012-07-26 21:36:20 UTC (rev 30007)
@@ -1,5 +1,5 @@
+#!/bin/bash
-
curl -d 'data=file="/Users/mes/galFiltered.sif"'
http://127.0.0.1:2609/cytoscape/network/load-file/
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.