Skip to content

80

Compare
Choose a tag to compare
@cjllanwarne cjllanwarne released this 10 Jun 14:07
· 338 commits to develop since this release

80 Release Notes

Direct WES support in Cromwell

Cromwell 80 no longer supports the wes2cromwell project within the Cromwell repository.

In the previous release, 3 Wes2Cromwell endpoints in the Cromwell project were implemented and documented in the Swagger API. Three new endpoints,
located within the wes2cromwell project, will also be moved, implemented, and documented within Cromwell. As a result of this, we can safely remove
and deprecate the wes2cromwell project from the repo.

Previous endpoints:

HTTP verb Endpoint path Description
GET /api/ga4gh/wes/v1/service-info Server info
POST /api/ga4gh/wes/v1/runs/{run_id}/cancel Abort workflow
GET /api/ga4gh/wes/v1/runs/{run_id}/status Workflow status

Newly implemented endpoints:

HTTP verb Endpoint path Description
GET /api/ga4gh/wes/v1/runs List workflows
POST /api/ga4gh/wes/v1/runs Submit workflow
GET /api/ga4gh/wes/v1/runs/{run_id} Workflow details