Skip to content

Commit

Permalink
Add --reload to Galaxy run.sh command so serve dies properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Feb 15, 2015
1 parent 868e25c commit 53a6766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo/galaxy_serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def serve(ctx, path, **kwds):
# TODO: Populate test-data directory as FTP directory.
with galaxy_config.galaxy_config(ctx, path, **kwds) as config:
# TODO: Allow running dockerized Galaxy here instead.
run_script = os.path.join(config.galaxy_root, "run.sh")
run_script = os.path.join(config.galaxy_root, "run.sh") + " --reload"
server_ini = os.path.join(config.config_directory, "galaxy.ini")
config.env["GALAXY_CONFIG_FILE"] = server_ini
cmds = [
Expand Down

0 comments on commit 53a6766

Please sign in to comment.