-
**Description**:
Enhance the GA4GH SDK and associated CLI by adding support for the [GA4GH Workflow Execution Service (WES)](https://www.ga4gh.org/product/workflow-execution-service-wes/) API. This…
-
- [ ] Any “throw new exception” (ex: line 95 in wes) should have an "error" log that prints the exception stack trace/ message before throwing the generic exception (like “Could not load WES run log”)…
-
Can wdl-ide support the GA4GH WES Backend as a Cromwell Backend for remotely execute WDL script from VS Code.
-
## Problem
Currently, the TES API specification does not mandate implementers to require any authentication scheme. The specification merely mentions the following [relevant paragraphs](https://git…
-
This new feature would allow the execution of workflows via [GA4GH Workflow Execution Service API](https://github.com/ga4gh/workflow-execution-service-schemas).
-
Folllowing the install instructions in README.md, I get this error.
```
python3 -m venv ga4gh-python-env
source ga4gh-python-env/bin/activate
pip install wes-service
wes-client --info
Traceback …
-
Following the docs shown on https://pypi.org/project/wes-service/, I just installed via 'pip install wes-service' into a python 3.6 virtual env. When I run 'wes-server' I get the error:
```
$ wes-…
-
The task cancellation endpoint is specced to only ever return 200.
https://github.com/ga4gh/task-execution-schemas/blob/cafac9c47fddfa512e844c96ee4bcb2fb63d90c6/openapi/task_execution_service.open…
-
**Describe the bug**
`POST` /runs throws a `400` error.
Request:
```
curl \
-X POST \
"http://localhost:8090/ga4gh/wes/v1/runs" \
-H "accept: application/json" \
-H "Content-Type: mu…
-
Provide JSON Schema definitions to help WES clients validate WES request/responses.