Re: [galaxy-dev] Question Regarding fetch_eggs &c. vs pip

2015-02-04 Thread Martin Čech
Hi guys, the latest sync of your fork with Galaxy stable was on 2013-02-08, according to: https://bitbucket.org/galaxycloud/galaxy/commits/all?page=10 This is the diff of fetch_eggs.py in between your version and galaxy-central: https://gist.github.com/martenson/f5bc887b1721732991e0 It doesn't lo

Re: [galaxy-dev] Question Regarding fetch_eggs &c. vs pip

2015-02-04 Thread Stephen Rosen
Hi Nate, Thanks so much for helping me out with this. It seems that I've miscommunicated what I'm doing a little bit. I'm installing a package from that git repo using pip separately from running the galaxy setup script. That is, I want to install a python package and I want to setup galaxy as tw

Re: [galaxy-dev] Question Regarding fetch_eggs &c. vs pip

2015-02-04 Thread Nate Coraor
Hi Stephen, I'll try to reply as in-depth as I can. On Wed, Feb 4, 2015 at 1:41 PM, Stephen Rosen wrote: > Hi Galaxy Dev, > > I've been looking at the setup scripts for Galaxy to try to understand a > problem I recently had provisioning a Galaxy server. > I will readily admit that I have not re

Re: [galaxy-dev] binaries version tracking

2015-02-04 Thread Philippe Moncuquet
Hi Peter, Thanks for this. I have upvoted the trello card. Philip 2015-02-04 19:50 GMT+11:00 Peter Cock : > Hi Philippe, > > All the Galaxy tool definitions ought to have a > tag which is run immediately before the actual string > (on the same cluster etc). That captures version text from th

Re: [galaxy-dev] Starting uWSGI

2015-02-04 Thread Nicholas Kline
Hi Nate, So I went ahead and set `static_enabled = False` in universe_wsgi.ini, restarted uWSGI, and browsed to localhost. I'm including the results of each step below: After restarting uWSGI, the last few lines of uwsgi.log looked like this: WSGI app 0 (mountpoint='') ready in 11 seconds on

[galaxy-dev] Question Regarding fetch_eggs &c. vs pip

2015-02-04 Thread Stephen Rosen
Hi Galaxy Dev, I've been looking at the setup scripts for Galaxy to try to understand a problem I recently had provisioning a Galaxy server. I will readily admit that I have not read all of the relevant code top-to-bottom, but I have at least skimmed all of it and read much of it. Sorry if these q

Re: [galaxy-dev] Tool Tests failing with "Exception: History in error state."

2015-02-04 Thread Peter Cock
On Fri, Jan 30, 2015 at 5:24 PM, Peter Cock wrote: > Hi Dannon, Nicola, > > This sounds very promising - I'll rerun the TravisCI job and we can > expect it to work this time :) > > https://bitbucket.org/galaxy/galaxy-central/commits/3618b7a91e23096ecf7ce5842c1e16c749251a4d > (half an hour ago!) T

[galaxy-dev] Tools to download SRA datasets from GEO

2015-02-04 Thread Ryan G
Do any tools exist to download GEO datasets from NCBI? ___ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: https://lists

Re: [galaxy-dev] binaries version tracking

2015-02-04 Thread Peter Cock
Hi Philippe, All the Galaxy tool definitions ought to have a tag which is run immediately before the actual string (on the same cluster etc). That captures version text from the actual binary used for generating a history entry, and is recorded in the job's meta data. Currently this is not cros