Skip to content

Add basic tool_id search from Tool-shed#82

Draft
davelopez wants to merge 13 commits intomainfrom
autocomplete_tool_id
Draft

Add basic tool_id search from Tool-shed#82
davelopez wants to merge 13 commits intomainfrom
autocomplete_tool_id

Conversation

@davelopez
Copy link
Copy Markdown
Owner

@davelopez davelopez commented Jul 13, 2024

You can now "partially" auto-complete the tool_id if you roughly know the ID of the tool that you are going to use in a step.

Writing an approximate ID and then invoking the intelli-sense (Ctrl+Space) will search the Galaxy ToolShed for possible tools.

SuggestToolShort

You can specify which toolshed you want to query by changing the galaxyWorkflows.toolshed.url setting.

Screenshot from 2024-07-13 19-35-42

TODO

  • Speed up the search (somehow?)
  • Suggest available tool versions and default to the latest version.
    • I need to figure out if this is possible right now with the current Toolshed API

@davelopez davelopez added the enhancement New feature or request label Jul 13, 2024
@davelopez davelopez added this to the v0.6.0 milestone Jul 13, 2024
This will produce less accurate results but order of magnitude faster. There is probably something that needs to be tweaked in the whoosh search in the toolshed for this to work with IDs only.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant