Cloning a run in HealthOmics
You can clone an existing run. Cloning creates a new run using the cloned run's configuration values. You can modify these default values and add other optional inputs. To clone a run, provide the following inputs:
-
A service role ARN (
roleArn
). -
The ID of the run to duplicate (
runId
). -
An Amazon S3 location where the run saves the run outputs (
outputUri
).
Cloning a run using the console
To clone a run
-
Open the HealthOmics console
. -
If required, open the left navigation pane (≡). Choose Runs.
-
On the Runs page, select the run to clone.
-
From the action menu above the table, choose Clone run. The console opens the Clone run form. The form is identical to Start run, except the console populates the form with all relevant values from the cloned run.
The console creates a new run ID for the run clone, and adds this run ID as a suffix to the run name.
As you proceed through the form pages, you can adjust the configuration values as required.
-
After you review the run configuration, choose Start run.
Cloning a run using the API
Use the StartRun API operation to clone an existing run. To clone a run, provide the following required inputs:
-
A service role ARN (
roleArn
). -
The ID of the run to duplicate (
runId
). -
An Amazon S3 location where the run saves the run outputs (
outputUri
).
aws omics start-run --run-id
\ --role-arn arn:aws:iam::1234567892012:role/service-role/OmicsWorkflow-20221004T164236 \ --output-uri s3://workflow-output-b6f2fce1
run id