Skip to content

Commit

Permalink
Drop tool shed bootstrapping scripts and references to them
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Feb 8, 2023
1 parent e7726f0 commit e08e1aa
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 366 deletions.
9 changes: 0 additions & 9 deletions run_tool_shed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ run_common_start_up

setup_python


tool_shed=$(./scripts/tool_shed/bootstrap_tool_shed/parse_run_sh_args.sh $parser_args)
args=$parser_args

if [ $? -eq 0 ] ; then
bash ./scripts/tool_shed/bootstrap_tool_shed/bootstrap_tool_shed.sh $parser_args
args=$(echo $@ | sed "s#-\?-bootstrap_from_tool_shed $tool_shed##")
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'], include_samples=True) or '')")
export TOOL_SHED_CONFIG_FILE
Expand Down
1 change: 0 additions & 1 deletion scripts/common_startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ for arg in "$@"; do
done

SAMPLES="
lib/tool_shed/scripts/bootstrap_tool_shed/user_info.xml.sample
tool-data/shared/ucsc/builds.txt.sample
tool-data/shared/ucsc/manual_builds.txt.sample
static/welcome.html.sample
Expand Down
115 changes: 0 additions & 115 deletions scripts/tool_shed/bootstrap_tool_shed/bootstrap_tool_shed.sh

This file was deleted.

111 changes: 0 additions & 111 deletions scripts/tool_shed/bootstrap_tool_shed/bootstrap_util.py

This file was deleted.

103 changes: 0 additions & 103 deletions scripts/tool_shed/bootstrap_tool_shed/create_user_with_api_key.py

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/tool_shed/bootstrap_tool_shed/parse_run_sh_args.sh

This file was deleted.

12 changes: 0 additions & 12 deletions scripts/tool_shed/bootstrap_tool_shed/user_info.xml.sample

This file was deleted.

0 comments on commit e08e1aa

Please sign in to comment.