WES Create Run Component
Beta
0.1.1
<ecc-client-ga4gh-wes-create-run/>
ECCClientGa4ghWesCreateRun
Overview
The WES Create Run component is designed to create workflow runs using the Workflow Execution Service (WES) API. It provides a user-friendly interface for submitting new workflow executions within a WES-compliant environment.
For more details, refer to the WES API POST endpoint specification (opens in a new tab).
Preview
Examples
Basic Usage
ECCClientGa4ghWesCreateRun.tsx
import React from 'react';
import ECCClientGa4ghWesCreateRun from '@elixir-cloud/wes/dist/react/create-run/index';
export default function Runs() {
return <ECCClientGa4ghWesCreateRun />;
}
Properties
Property | Required | Default | Type | Description |
---|---|---|---|---|
baseURL | false | https://prowes.rahtiapp.fi/ga4gh/wes/v1 | String | Base URL for the WES API |
baseURL
The baseURL
property specifies the base URL for the WES API. The component will append /runs
to this URL to form the complete endpoint for creating a workflow run.