Re: [galaxy-dev] Starting uWSGI

2015-01-28 Thread Nicholas Kline
Hi Nate. Thank you for the reply. So I installed uWSGI inside my Python virtual environment since that was one of the options listed in the documentation, like so: cd ~/galaxy_env/ source bin/activate pip install uwsgi It looks like uWSGI was successfully installed. I then

Re: [galaxy-dev] LD_LIBRARY_PATH not exporting to galaxy

2015-01-28 Thread Nikhil Joshi
Well we are using the environment_setup_file option in our galaxy.ini file. Supposedly we can point to a shell script that will be sourced before running each job. In this script we load all of the environment variables using modules. The paths are all correct after this runs. However, the python

[galaxy-dev] GalaxyAdmins Online Meetup on 19 February

2015-01-28 Thread Dave Clements
Hello all, The first GalaxyAdmins https://wiki.galaxyproject.org/Community/GalaxyAdmins meetup of 2015 https://wiki.galaxyproject.org/Community/GalaxyAdmins/Meetups/2015_02_19 will happen online on Thursday, 19 February http://bit.ly/1yZJSkN. GalaxyAdmins

Re: [galaxy-dev] Starting uWSGI

2015-01-28 Thread Nate Coraor
On Wed, Jan 28, 2015 at 11:55 AM, Nicholas Kline nx...@case.edu wrote: Hi Nate. Thank you for the reply. So I installed uWSGI inside my Python virtual environment since that was one of the options listed in the documentation, like so: cd ~/galaxy_env/ source bin/activate pip