Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install prokka 1.14.6+galaxy1 on usegalaxy.org #442

Merged
merged 2 commits into from
Nov 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .ci/jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,9 @@ function install_tools() {
log "Installing tools"
for tool_yaml in "${TOOL_YAMLS[@]}"; do
log "Installing tools in ${tool_yaml}"
log_exec shed-tools install -v -g "$GALAXY_URL" -a "$API_KEY" -t "$tool_yaml" || {
# FIXME: after https://github.com/galaxyproject/ephemeris/pull/181 is merged you would need to remove
# --skip_install_resolver_dependencies for install_resolver_dependencies in tools.yaml to work
log_exec shed-tools install --skip_install_resolver_dependencies -v -g "$GALAXY_URL" -a "$API_KEY" -t "$tool_yaml" || {
log_error "Tool installation failed"
show_logs
show_paths
Expand Down
3 changes: 2 additions & 1 deletion usegalaxy.org/annotation.yml.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
install_repository_dependencies: true
install_resolver_dependencies: true
install_resolver_dependencies: false
install_tool_dependencies: false
tool_panel_section_label: Annotation
tools:
- name: prokka
owner: crs4
revisions:
- 8a22554cdde2
- bf68eb663bc3
- eaee459f3d69
- 111884f0d912
Expand Down