Add client helper for tool test cases#522
Merged
nsoranzo merged 2 commits intogalaxyproject:mainfrom Nov 7, 2025
Merged
Conversation
Member
|
@jmchilton You described this API endpoint as "unstable and experimental" in galaxyproject/galaxy#5628 , but that was 7 years ago. Are you comfortable with this being exposed through BioBlend? |
Member
|
I would say over the last several years we've introduced all sorts of test around that conversion step, formal modeling, etc... I think it is a lot more stable than it was initially and I'm fine dropping that language. |
nsoranzo
reviewed
Nov 7, 2025
Member
nsoranzo
left a comment
There was a problem hiding this comment.
@qchiujunhao Thanks for your contribution! It looks really nice, just a couple of small suggestions.
Contributor
Author
Thank you for reviewing, @nsoranzo ! I’ve made changes based on your comments. |
nsoranzo
approved these changes
Nov 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds ToolClient.get_tool_tests() so we can grab Galaxy’s published tool test definitions directly via Bioblend, plus a regression test (skipped without random_lines1). Those tests are the best turnkey examples we’ve got—each spells out inputs, expected outputs, and required files—so surfacing them makes it much easier to prime the LLM with concrete “how to run this tool” recipes. This PR exposes the endpoint and verifies it, giving us reusable test cases we can feed into LLM workflows.