galaxy icon indicating copy to clipboard operation
galaxy copied to clipboard

Models for Future Structured Tool State Work

Open jmchilton opened this issue 7 months ago • 0 comments

"Meta" models describing tool inputs. The downstream work already includes client side validation of tool request and near instant async tool form submission and background job creation based on these models (#17393). Future work will include JSON schema definitions for the internal tool state for the execution of a single job, tool request tool state JSON schema that describes map/reduce operations available in the API that transcend multiple jobs, cleaner and more robust CWL implementations.

This part is the models and test validation framework that verify implementations as well the exposure of these models via the Tool Shed 2.0 API - both as the pydantic meta model description and as the JSON schema for the future tool request API. Future ToolShed 2.0 APIs will include JSON schemas for workflow definitions and tool test cases.

More information on the tool state project can be found at https://docs.google.com/document/d/1HQOLpLN54CjrB-wbD463XqzvUm-dNB8vTXUFBExh_2o/edit?usp=sharing.

How to test the changes?

(Select all options that apply)

License

  • [x] I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

jmchilton avatar Jun 29 '24 13:06 jmchilton