workflow-service
workflow-service copied to clipboard
Implementation of the GA4GH Workflow Execution Service, a REST service for running workflows
Currently all workflows in a directory are returned.
Adding the ability to opt-in to a heartbeat monitor would allow us to have a better understanding of who, and where this service is being used.
When installing the packages in the regular host, there is issues installing a package required by one of the dependencies. Specifically `jsonschema` and this can be avoided by running the...
Add a travis,yml that will release to pypi on named tags. Add a RELEASE.md describing how to maintain the process.
Add some integration tests that turn on both the server and client to close this
I was able to use the cwlrunner backend, but more documentation needs to be provided before I can tell whether or not I'm setting up the other backends properly.
This project would benefit having some examples in the README showing how this API is expected to be used. This is also particularly relevant because the workflow execution request object...
- convert all of setup.cfg to pyproject.toml using ini2toml. - switch to gh-actions from Travis CI - black formatting - Drop support for Python 2.7 "workflows" - fix tests with...
The `wes-service` PyPI package at 4.0 depends on `connexion`
This should resolve #134 This also reinforces workflow status polling for Toil.