WES (Workflow Execution Service)
The WES
package provides web components for interacting with GA4GH Workflow Execution Service APIs. It allows you to create, monitor, and manage workflow runs in federated cloud environments.
Package Information
- Package:
@elixir-cloud/wes
- Version:
2.0.0-alpha.6
- Standard: GA4GH v1.0.0 (opens in a new tab)
Features
- Workflow Execution: Create and submit new workflow runs.
- Run Monitoring: Track the status and progress of workflow executions.
- Run Management: View detailed information about specific workflow runs.
- Standard Compliance: Works with any GA4GH WES v1.0.0 compliant API.
Available Components
<ecc-client-ga4gh-wes-runs>
: A component to list and filter workflow runs.<ecc-client-ga4gh-wes-run>
: A component to display details of a specific workflow run.<ecc-client-ga4gh-wes-run-create>
: A component for creating new workflow runs.