Amazon HealthOmics · Arazzo Workflow
Amazon HealthOmics Import Read Set
Version 1.0.0
Provision a sequence store, start a read set import job, and poll it to completion.
View Spec
View on GitHub
BioinformaticsGenomicsHealthcareLife SciencesCloud ComputingArazzoWorkflows
Provider
Workflows
import-read-set
Create a sequence store then import a read set and wait for completion.
Creates a new sequence store, starts a read set import job against it using the supplied service role and source files, and polls GetReadSetImportJob until the job is COMPLETED, COMPLETED_WITH_FAILURES, or FAILED.
1
createSequenceStore
CreateSequenceStore
Create a sequence store to hold the imported read sets.
2
startImportJob
StartReadSetImportJob
Start a read set import job that loads the source files into the new store.
3
pollImportJob
GetReadSetImportJob
Poll the read set import job until it reaches a terminal status. The status enum is SUBMITTED, IN_PROGRESS, CANCELLING, CANCELLED, FAILED, COMPLETED, or COMPLETED_WITH_FAILURES.