Skip to content

Commit

Permalink
Refactor toward support for running Galaxy in docker-galaxy-stable.
Browse files Browse the repository at this point in the history
 - General cleanup of planemo.galaxy.config docstrings and such.
 - Refactor the configured Galaxy properties into ones relevant for Docker and not.
 - Create an interface for the GalaxyConfig object to be very explicit about what the rest of planemo expects from it.
 - Reduce this interface - mainly involves refactoring startup command generation so pid_file doesn't need to be used outside the config module.
 - Implement a BaseGalaxyConfig for GalaxyConfig object functionality that will be shared with a future Docker impementation - and put the local instance specific stuff in a LocalGalaxyConfig object.
  • Loading branch information
jmchilton committed May 19, 2016
1 parent 89f032a commit 8be43ee
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 104 deletions.

0 comments on commit 8be43ee

Please sign in to comment.