Nate Coraor
Nate Coraor
Currently only Univa implements 2.2, but it brings a lot of nice improvements, and it'd help adoption if it were implemented for Slurm as well. [Specification docs here](http://www.drmaa.org/documents.php). Implementing 2.2...
Recent Debian systems get a service named `postgresql.service` but restarting this actually does not restart PostgreSQL, for this you have to restart `postgresql@-` (e.g. `postgresql@10-main`).
Each PGDG repo contains versions of `python-psycopg2`, `python2-psycopg2`, and `python3-psycopg2` for the version of PostgreSQL in that repo. When you `yum update` sometimes it installs a version of psycopg2 from...
This is because it consumes `galaxy_root`. On other layouts we should use a sensible default.
Your Galaxy server can typically continue to work while an upgrade is in progress before restarting, until either the new client is installed (which might break things) or the database...
This would be pretty good to have for e.g. CentOS 7, where Python 3 may not be installed (or if it is, it may not be installed on the cluster)....
Currently there are a lot of cases where you need to set some combination of `ansible_user`, `galaxy_user`, `galaxy_privsep_user`, `galaxy_remote_users`, `galaxy_become_users`, etc. even when you are not using privsep mode. The...
From gitter: > @NielsMol > However, when I tried to run the playbook again with `ansible-playbook galaxy.yml`, I received an error at the task: `galaxyproject.galaxy : Create Galaxy user` >...
@vazovn reported an issue on Gitter with the layout set to `root-dir` and `tool_dependency_dir` set in `galaxy_config.galaxy`, that attempting to use `galaxy_tool_dependency_dir` in another var (`miniconda_prefix`) was causing the error:...
Some of the new features (local tool deployment, dynamic rules) automatically look at a default path in the playbook for source files. But for other things, like setting up a...