Amazon HealthOmics · Arazzo Workflow
Amazon HealthOmics Provision Genomics Stores
Version 1.0.0
Stand up a reference store with an imported reference, then a sequence store ready for read sets.
View Spec
View on GitHub
BioinformaticsGenomicsHealthcareLife SciencesCloud ComputingArazzoWorkflows
Provider
Workflows
provision-genomics-stores
Create a reference store, import a reference, then create a sequence store.
Creates a reference store, starts and polls a reference import job until it is COMPLETED or FAILED, and on success creates a sequence store keyed to the same project naming. The reference import poll branches on the ReferenceImportJobStatus enum.
1
createReferenceStore
Create a reference store to hold the project's reference genome.
2
startReferenceImport
Start a reference import job that loads the reference genome into the store.
3
pollReferenceImport
Poll the reference import job until it reaches a terminal status. The status enum is SUBMITTED, IN_PROGRESS, CANCELLING, CANCELLED, FAILED, COMPLETED, or COMPLETED_WITH_FAILURES.
4
createSequenceStore
Create a sequence store that will hold read sets aligned to the imported reference.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.