Amazon HealthOmics · Arazzo Workflow
Amazon HealthOmics Import Reference Genome
Version 1.0.0
Provision a reference store, start a reference import job, and poll it to completion.
View Spec
View on GitHub
BioinformaticsGenomicsHealthcareLife SciencesCloud ComputingArazzoWorkflows
Provider
Workflows
import-reference
Create a reference store then import a reference genome and wait for completion.
Creates a new reference store, starts a reference import job against it using the supplied service role and source, and polls GetReferenceImportJob until the job is COMPLETED, COMPLETED_WITH_FAILURES, or FAILED.
1
createReferenceStore
CreateReferenceStore
Create a reference store to hold the imported reference genome.
2
startImportJob
StartReferenceImportJob
Start a reference import job that loads the reference FASTA into the new store.
3
pollImportJob
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.