Skip to content

Commit

Permalink
Clean up dated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Oct 11, 2012
1 parent 5b01088 commit dbbfea7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions cloudbio/galaxy/__init__.py
Expand Up @@ -123,15 +123,10 @@ def _clone_galaxy_repo(env):
def _configure_galaxy_options(env, option_dict=None, prefix="galaxy_universe_"):
"""
Read through fabric's environment and make sure any property of
the form galaxy_universe_XXX=YYY, lands up in Galaxy's universe_wsgi.ini
options as XXX=YYY using John Chilton's configuration directory work:
https://bitbucket.org/galaxy/galaxy-central/pull-request/44/allow-usage-of-directory-of-configuration
Until, the above pull request is accepted, its changeset should be pulled
into the configured Galaxy repository.
the form galaxy_universe_XXX=YYY lands up in Galaxy's universe_wsgi.ini
options as XXX=YYY using Galaxy configuration directory:
"""
galaxy_conf_directory = env.get("galaxy_conf_directory", False)
galaxy_conf_directory = env.get("galaxy_conf_directory", None)
if not galaxy_conf_directory:
return False
# By default just read the options from env (i.e. from fabricrc), but
Expand Down

0 comments on commit dbbfea7

Please sign in to comment.