Skip to content

Instantly share code, notes, and snippets.

@natefoo
Created February 2, 2015 23:30
Show Gist options
  • Save natefoo/faa9e5538bcbb518c6e1 to your computer and use it in GitHub Desktop.
Save natefoo/faa9e5538bcbb518c6e1 to your computer and use it in GitHub Desktop.
nate@weyerbacher% python ./scripts/galaxy -h
usage: galaxy [-h] [-c INI_PATH] [-d] [-k] [-p PYTHON_EXE] operation
Control Galaxy server process(es)
positional arguments:
operation Operation to perform (start, stop, status,
supervisorctl
optional arguments:
-h, --help show this help message and exit
-c INI_PATH, --ini-path INI_PATH
Galaxy ini config file
-d, --debug Show debugging messages
-k, --no-network Disable all network functions
-p PYTHON_EXE, --python-exe PYTHON_EXE
The Python interpreter to use to create the
virtualenv. The default is the interpreter that
virtualenv was installed with.
nate@weyerbacher% python ./scripts/galaxy supervisorctl
WARNING : Running from the Galaxy source directory
INFO : Using Galaxy configuration file: /home/nate/galaxy/central/config/galaxy.ini
galaxy RUNNING pid 13913, uptime 0:09:41
supervisor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment