TES Create run
This component is used to create task runs using TES API.
👀
Might wanna take a look at the POST (opens in a new tab) endpoint.
Preview
🕵️♀️
Be mindful of the fields, we have client side data validation, but keep the data schema/data types in mind while filling to avoid retries.
Imports
import ECCClientGa4ghTesCreateRun from '@elixir-cloud/tes/dist/react/create-run/index';
Example
ECCClientGa4ghTesCreateRun
import React from 'react';
import ECCClientGa4ghTesCreateRun from '@elixir-cloud/lit/dist/react/create-run/index';
export default function CreateRun() {
return <ECCClientGa4ghTesCreateRun />;
}
Properties
Property | Required | Default | Type | Description |
---|---|---|---|---|
baseURL | false | https://protes.rahtiapp.fi/ga4gh/tes/v1 | String | Base URL |
baseURL
This property is used to give POST
endpoint to create Task run
. The provided baseURL is concatenated with /runs
and is used as an endpoint to create a POST
request.
Parts
😙
Almost done, hold your horses 🏇!