Getting Started
To get started with the Workflow Runner a number of example workflows and scripts that help you to deploy and execute them are provided in this repository. The examples take you through deploying and executing workflows in both HTTP files (as if sending CURL requests) and using Python to send the requests. You can deploy workflows from both URLs pointing to CWL scripts as well as local files, passed in within the data parameter of the HTTP request once read into memory.
Before you start using the WR you will need to create a Hub account here and then request a workspace be set up in the same name. To get a workspace set up please contact a Hub administrator.
The following repositories are also available to demonstrate WR functionality:
The examples in these repositories can be used as a template to start writing your own CWL and workflow scripts and the code will also get you familiar with the endpoints provided by the WR and the sort of results you might expect.