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

Add basic tool_id search from Tool-shed #82

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

davelopez
Copy link
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