Re: [galaxy-dev] Problem with LWR (input size limitation)

2014-11-20 Thread Misharl Monsoor
Hi John , First all, thank you very much for your quick reply. I will test your suggestion about pycurl, and tell you if it has worked. For the second question, i was wondering if it is possible with LWR to define a path (where are located the inputs) as an input (string input in the wrapper

Re: [galaxy-dev] Problem with LWR (input size limitation)

2014-11-19 Thread John Chilton
If you install pycurl (globally or in a Galaxy's virtualenv) and set LWR_CURL_TRANSPORT=1 in Galaxy's environment than the LWR will stream large files with CURL instead of the mmap hack. I don't understand your second question - the LWR should stream whatever data inputs are selected by the user.