Re: [galaxy-dev] download dataset from the proxy-ed Galaxy failed with broken link

2012-10-29 Thread Derrick Lin
If I downloaded with curl -i, the page it returned was: pwbcad@gamma01:tmp$ curl -i http://galaxy-qa.garvan.unsw.edu.au/datasets/dc097fa4e7ad53f6/display?to_ext=fastqsanger HTTP/1.1 302 Found Date: Tue, 30 Oct 2012 04:25:21 GMT Server: PasteWSGIServer/0.5 Python/2.6.6 content-type: text/html

Re: [galaxy-dev] download dataset from the proxy-ed Galaxy failed with broken link

2012-10-29 Thread Derrick Lin
Hi Ross, Good point and it makes sense in term of security. But I just tried it, and it didn't help. I captured these two from the Paste log (not apache log): xx.xx.1xx.xx - - [30/Oct/2012:15:42:17 +1100] GET /galaxy_dev/datasets/10b866a1b258d1f1/display?to_ext=fastqsanger HTTP/1.1 302 - -

Re: [galaxy-dev] download dataset from the proxy-ed Galaxy failed with broken link

2012-10-29 Thread Derrick Lin
On Tue, Oct 30, 2012 at 4:03 PM, Ross ross.laza...@gmail.com wrote: Doesn't make sense that you can wget directly from the paste process if you have security properly configured! That's what you can do with the main Galaxy site. Not sure if that's intentional though. You can try wget

Re: [galaxy-dev] download dataset from the proxy-ed Galaxy failed with broken link

2012-10-26 Thread Nate Coraor
On Oct 24, 2012, at 11:15 PM, Derrick Lin wrote: Hi guys, On our Galaxy is proxy-ed via Apache according to the wiki guide, the normal download dataset via browser is working fine. However, when I tried download from command line via wget or curl -O (I copied the dataset URL by right