You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
While studying this project I had two ideas which I would like to discuss.
1: Galaxy is planning and has actually started the development of a V2 of the workflow definition - YAML based. It would be great if you can get in touch with upstream and discuss this format and optionally add missing pieces. Imho, we should include an optional test section into the workflow definition, pretty much like we do in tools.
2: In the planemo project we had some plans to extend this functionality to also support testing/running workflows. Which was blocked by (1) the definition of the new workflow spec. I encourage you to talk to the planemo devs and maybe consider to merge this project into planemo. This would have multiple advantages. For example you would gain the entire infrastructure from planemo to start/fetch/setup a Galaxy instance if you don't have one running. Testing tools and workflows belong somehow together and I think from a user-perspective it would make sense to have it in one place. This would also magically solve #31 as planemo is already using galaxy-lib. And last but not least if you plan to add CWL support, planemo already has this.