File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
files/galaxy-umsa.grid.cesnet.cz/config
host_vars/galaxy-umsa.grid.cesnet.cz Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <tool_sheds >
3
+ <tool_shed name =" Galaxy Main Tool Shed" url =" https://toolshed.g2.bx.psu.edu/" />
4
+ <tool_shed name =" Galaxy Test Tool Shed" url =" https://testtoolshed.g2.bx.psu.edu/" />
5
+ </tool_sheds >
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ csnt_tool_config_file:
33
33
csnt_library_import_dir : null
34
34
csnt_user_library_import_dir : null
35
35
csnt_allow_path_paste : false
36
+ csnt_tool_sheds_config_file : " {{ galaxy_root }}/server/config/tool_sheds_conf.xml.sample"
36
37
admin_ssh_keys : false
37
38
enable_telegraf : false
38
39
enable_flower : false
@@ -113,6 +114,7 @@ galaxy_config:
113
114
job_config : " {{ galaxy_job_config }}" # Use the variable we defined above
114
115
vault_config_file : vault_conf.yml
115
116
tool_config_file : " {{ csnt_tool_config_file }}"
117
+ tool_sheds_config_file : " {{ csnt_tool_sheds_config_file }}"
116
118
sanitize_allowlist_file : " {{ galaxy_mutable_config_dir }}/sanitize_allowlist.txt"
117
119
# SQL Performance
118
120
slow_query_log_threshold : 5
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ csnt_short_term_storage_dir: /rbd/data/short_term_web_storage
13
13
csnt_tool_config_file :
14
14
- " {{ galaxy_config_dir }}/tool_conf.xml"
15
15
- " {{ galaxy_config_dir }}/local_tool_conf.xml"
16
+ csnt_tool_sheds_config_file : " {{ galaxy_config_dir }}/tool_sheds_conf.xml"
16
17
# csnt_edam_panel_views: operations,topics
17
18
# csnt_default_panel_view: all_tools
18
19
csnt_allow_path_paste : true
@@ -39,5 +40,7 @@ galaxy_config_files:
39
40
dest : " {{ galaxy_config_dir }}/tool_conf.xml"
40
41
- src : files/galaxy/config/oidc_config.xml
41
42
dest : " {{ galaxy_config_dir }}/oidc_config.xml"
43
+ - src : " files/{{ inventory_hostname }}/config/tool_sheds_conf.xml"
44
+ dest : " {{ galaxy_config_dir }}/tool_sheds_conf.xml"
42
45
# - src: "files/{{ inventory_hostname }}/all_tools.yml"
43
46
# dest: "{{ galaxy_config_dir }}/plugins/activities/all_tools.yml"
You can’t perform that action at this time.
0 commit comments