Skip to content

Commit

Permalink
Allow starting shed and reports apps from sample configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Feb 23, 2022
1 parent 3800ddf commit 130a00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tool_shed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ $? -eq 0 ] ; then
fi

if [ -z "$TOOL_SHED_CONFIG_FILE" ]; then
TOOL_SHED_CONFIG_FILE=$(PYTHONPATH=lib python -c "from __future__ import print_function; from galaxy.util.properties import find_config_file; print(find_config_file(['tool_shed', 'tool_shed_wsgi']) or '')")
TOOL_SHED_CONFIG_FILE=$(PYTHONPATH=lib python -c "from __future__ import print_function; from galaxy.util.properties import find_config_file; print(find_config_file(['tool_shed', 'tool_shed_wsgi'], include_samples=True) or '')")
export TOOL_SHED_CONFIG_FILE
fi

Expand Down

0 comments on commit 130a00f

Please sign in to comment.