Question: Easy Linkage To User Dataset Files
0
gravatar for Matthew Vaughn
8.6 years ago by
Matthew Vaughn10 wrote:
Dear Galactic Overlords, I'd like to be able to provide external access via HTTP GET-able URL to individual data files that are generated in the course of Galaxy analysis. For example, say a user wanted to import her data in Galaxy, do some basic manipulation and then download the resulting data file into another environment using curl or wget... If the user is not authenticated into the Galaxy server (ie is a guest), and she copies the link from a data set in her history by right clicking on the 'Save' icon, she gets something like this: http://main.g2.bx.psu.edu/datasets/259589cb863ac26a/display?to_ext=int erval and this URL is retrievable via curl -O "http://main.g2.bx.psu.edu/dat asets/259589cb863ac26a/display?to_ext=interval" resulting in a file. However, if the user is coming from an authenticated environment, the link will fail with a Permissions Error from Galaxy. Presumably, this is because the server is checking for presence of a cookie that is set during user authentication. Short of sniffing the authentication token and passing it using curl/wget along with the request (and this will fail when the token expires), is there any way to accomplish what I am asking? Is there a way to provide user credentials via the URL string perhaps? Thanks, Matt == Matthew W. Vaughn, Ph.D. Scientific Lead, iPlant Collaborative Research Assistant Professor Cold Spring Harbor Laboratory 1 Bungtown Road Williams #5 Cold Spring Harbor, NY 11724 USA web: http://hispaniola.cshl.edu/ web: http://www.iplantcollaborative.org/ tel: (516) 367-8808 cell: (516) 353-7055 google-talk: matt.vaughn@gmail.com
galaxy • 906 views
ADD COMMENTlink modified 8.6 years ago by Nate Coraor3.2k • written 8.6 years ago by Matthew Vaughn10
0
gravatar for Nate Coraor
8.6 years ago by
Nate Coraor3.2k
United States
Nate Coraor3.2k wrote:
Hi Matt, The answer right now is no, there's not a way. We're hoping to have a RESTful interface to Galaxy in the coming months that would solve this problem. --nate
ADD COMMENTlink written 8.6 years ago by Nate Coraor3.2k
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 165 users visited in the last hour