Amazon HealthOmics · Arazzo Workflow
Amazon HealthOmics Import Variants
Version 1.0.0
Create a variant store, start a variant import job, and poll it to completion.
View Spec
View on GitHub
BioinformaticsGenomicsHealthcareLife SciencesCloud ComputingArazzoWorkflows
Provider
Workflows
import-variants
Create a variant store then import variants and wait for completion.
Creates a variant store referencing a genome, starts a variant import job against it by destination store name, and polls GetVariantImportJob until the job is COMPLETED, COMPLETED_WITH_FAILURES, CANCELLED, or FAILED.
1
createVariantStore
CreateVariantStore
Create a variant store bound to the supplied genome reference.
2
startImportJob
StartVariantImportJob
Start a variant import job that loads the VCF items into the new store.
3
pollImportJob
GetVariantImportJob
Poll the variant import job until it reaches a terminal status. The status enum is SUBMITTED, IN_PROGRESS, CANCELLED, COMPLETED, FAILED, or COMPLETED_WITH_FAILURES.