annotate toolfactory/whoosh.sh @ 73:95adf7148d9a draft

Uploaded
author fubar
date Sat, 14 Nov 2020 21:48:10 +0000
parents 68fbdbe35f08
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
56
68fbdbe35f08 Uploaded
fubar
parents:
diff changeset
1 # using the galaxy venv this seems to work
68fbdbe35f08 Uploaded
fubar
parents:
diff changeset
2 . /galaxy_venv/bin/activate
68fbdbe35f08 Uploaded
fubar
parents:
diff changeset
3 python scripts/tool_shed/build_ts_whoosh_index.py -c config/tool_shed.yml --config-section tool_shed
68fbdbe35f08 Uploaded
fubar
parents:
diff changeset
4 # eeesh. /etc/galaxy is where the actual galaxy.yml lives - despite other configs being where they might be expected
68fbdbe35f08 Uploaded
fubar
parents:
diff changeset
5 # fix tool_shed.yml to 0.0.0.0 and admin email
68fbdbe35f08 Uploaded
fubar
parents:
diff changeset
6 # add tgz to datatypes :(
68fbdbe35f08 Uploaded
fubar
parents:
diff changeset
7 # need to source a venv in /export/tool_deps/toolfactorydeps/0.01/fubar/toolfactorydeps/9e9428fe9134/env.sh
68fbdbe35f08 Uploaded
fubar
parents:
diff changeset
8 # as nothing was done by the setup_virtualenv step apparently.
68fbdbe35f08 Uploaded
fubar
parents:
diff changeset
9 # gcc and friends for planemo pip installation
68fbdbe35f08 Uploaded
fubar
parents:
diff changeset
10 # File "/galaxy-central/lib/galaxy/tool_util/verify/interactor.py", line 595, in <listcomp>
68fbdbe35f08 Uploaded
fubar
parents:
diff changeset
11 # test_user = [user for user in all_users if user["email"] == email][0]
68fbdbe35f08 Uploaded
fubar
parents:
diff changeset
12 # add local to tool_sheds_conf.xml
68fbdbe35f08 Uploaded
fubar
parents:
diff changeset
13 # <tool_sheds>
68fbdbe35f08 Uploaded
fubar
parents:
diff changeset
14 # <tool_shed name="local" url="http://localhost:9009"/>
68fbdbe35f08 Uploaded
fubar
parents:
diff changeset
15 # mercurial > 5.5!!
68fbdbe35f08 Uploaded
fubar
parents:
diff changeset
16