Skip to content

Commit 0f10cc2

Browse files
authored
Merge pull request #389 from nuwang/main
Make sure tpv shared db is loaded first
2 parents 0fabd8d + 975d451 commit 0f10cc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

env/common/templates/galaxy/config/job_conf.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ execution:
6565
function: map_tool_to_destination
6666
rules_module: tpv.rules
6767
tpv_config_files:
68+
- "https://raw.githubusercontent.com/galaxyproject/tpv-shared-database/e2277c4e9aa8044342832f08d9fc06ebf7e8287c/tools.yml"
6869
- "{{ tpv_config_dir }}/defaults.yaml"
6970
- "{{ tpv_config_dir }}/environments.yaml"
7071
- "{{ tpv_config_dir }}/tools_pre_shared.yaml"
71-
- "https://raw.githubusercontent.com/galaxyproject/tpv-shared-database/main/tools.yml"
7272
- "{{ tpv_config_dir }}/tools.yaml"
7373
- "{{ tpv_config_dir }}/users.yaml"
7474
- "{{ tpv_config_dir }}/roles.yaml"

env/main/templates/galaxy/config/job_conf_vgp.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ execution:
7373
function: map_tool_to_destination
7474
rules_module: tpv.rules
7575
tpv_config_files:
76+
- "https://raw.githubusercontent.com/galaxyproject/tpv-shared-database/e2277c4e9aa8044342832f08d9fc06ebf7e8287c/tools.yml"
7677
- "{{ tpv_config_dir }}/defaults_vgp.yaml"
7778
- "{{ tpv_config_dir }}/environments_vgp.yaml"
78-
- "https://raw.githubusercontent.com/galaxyproject/tpv-shared-database/main/tools.yml"
7979
- "{{ tpv_config_dir }}/tools_vgp.yaml"
8080
#- "{{ tpv_config_dir }}/users_vgp.yaml"
8181
- "{{ tpv_config_dir }}/roles_vgp.yaml"

0 commit comments

Comments
 (0)