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
CreateReferenceStore
Create a reference store to hold the project's reference genome.
2
startReferenceImport
StartReferenceImportJob
Start a reference import job that loads the reference genome into the store.
3
pollReferenceImport
GetReferenceImportJob
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
CreateSequenceStore
Create a sequence store that will hold read sets aligned to the imported reference.