Re: [galaxy-dev] Adding a download link to the "Download or Export Workflow" page with load balancing

2016-08-10 Thread Alex Rodriguez
Hi Dannon, Sorry for the delay in getting back to you. Below are the configuration changes we do to get load balancing set. We are installing the following packages on the machine: Install packages: apt-get install build-essential apt-get install python-dev pip install uwsgi

Re: [galaxy-dev] Adding a download link to the "Download or Export Workflow" page with load balancing

2016-08-10 Thread Dannon Baker
Hey, no problem Alex. I wonder if you might be running into a uwsgi bug I fixed a little while back. Can you test your modifications to galaxy using a version that includes https://github.com/galaxyproject/galaxy/pull/2630? On Aug 9, 2016 5:02 PM, "Alex Rodriguez" wrote: > Hi Dannon, > Sorry

Re: [galaxy-dev] Doubled arguments from loc files in tests

2016-08-10 Thread Peter Cock
On Tue, Aug 9, 2016 at 6:33 PM, Peter Cock wrote: > Hello all, > > Recently I've been debugging various problems with my Galaxy tool TravisCI > tests as part of moving to using "planemo test" rather than the fragile system > I first created which mimicked a pre-ToolShed manual install: > > https:/