workflow-service icon indicating copy to clipboard operation
workflow-service copied to clipboard

Implementation of the GA4GH Workflow Execution Service, a REST service for running workflows

Results 34 workflow-service issues
Sort by recently updated
recently updated
newest added

Some test harness should be added to make it easier to write tests, as well as unit tests based on the current test data.

Add a note to the documentation that the user running workflow-service needs to be in the docker group in order to run tests.

The default workflow engine params key allows a WES to tell a client what the default flags are when running a workflow, above and beyond what appears in the workflow...

Check out https://github.com/ga4gh/data-object-service-schemas/blob/master/python/ga4gh/dos/client.py . Exposing the bravado client via a Python class makes it possible for folks to use the workflow service more easily from their applications. To close this...

The CLI entrypoint and installation should be under test. To close this add tests that demonstrate that the CLI entrypoints are behaving as expected.

The workflow service can download workflow descriptions that provided as HTTP links. To properly test this surface we should host a workflow description via a [SimpleHTTPServer](https://docs.python.org/2/library/simplehttpserver.html) or similar. This could...