David Steinberg

Results 120 issues of David Steinberg

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...

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.