Skip to content

Commit

Permalink
Merge pull request #881 from qchiujunhao/changes-4-chat-analysis
Browse files Browse the repository at this point in the history
add chatanalysis tool
  • Loading branch information
natefoo authored Nov 13, 2024
2 parents 59745be + 637c864 commit 84f40ee
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ci/jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ function run_cloudve_galaxy() {
-e "GALAXY_CONFIG_OVERRIDE_TOOL_SHEDS_CONFIG_FILE=/tool_sheds_conf.xml" \
-e "GALAXY_CONFIG_OVERRIDE_SHED_TOOL_DATA_TABLE_CONFIG=${SHED_TOOL_DATA_TABLE_CONFIG}" \
-e "GALAXY_CONFIG_OVERRIDE_SHED_DATA_MANAGER_CONFIG_FILE=${SHED_DATA_MANAGER_CONFIG}" \
-e "GALAXY_CONFIG_OVERRIDE_INTERACTIVETOOLS_ENABLE=true" \
-e "GALAXY_CONFIG_TOOL_DATA_PATH=/tmp/tool-data" \
-e "GALAXY_CONFIG_INSTALL_DATABASE_CONNECTION=sqlite:///${INSTALL_DATABASE}" \
-e "GALAXY_CONFIG_MASTER_API_KEY=${API_KEY:=deadbeef}" \
Expand Down
4 changes: 4 additions & 0 deletions usegalaxy.org/interactive_tools.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tool_panel_section_label: Interactive Tools
tools:
- name: chatanalysis
owner: goeckslab
10 changes: 10 additions & 0 deletions usegalaxy.org/interactive_tools.yml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
install_repository_dependencies: true
install_resolver_dependencies: false
install_tool_dependencies: false
tools:
- name: chatanalysis
owner: goeckslab
revisions:
- 7b33a7a006c7
tool_panel_section_id: interactive_tools
tool_panel_section_label: Interactive Tools
2 changes: 1 addition & 1 deletion usegalaxy.org/variant_calling.yml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ tools:
- 6322be79bd8e
- 74aebe30fb52
- 9473cd297a76
- cfcf33df7fc0
- ca2b512e8d7c
- cfcf33df7fc0
tool_panel_section_id: variant_calling
tool_panel_section_label: Variant Calling
- name: naive_variant_caller
Expand Down

0 comments on commit 84f40ee

Please sign in to comment.