Amazon HealthOmics · Arazzo Workflow
Amazon HealthOmics Import Annotations
Version 1.0.0
Create an annotation store, start an annotation import job, and poll it to completion.
View Spec
View on GitHub
BioinformaticsGenomicsHealthcareLife SciencesCloud ComputingArazzoWorkflows
Provider
Workflows
import-annotations
Create an annotation store then import annotations and wait for completion.
Creates an annotation store in the chosen storeFormat, starts an annotation import job against it by destination store name, and polls GetAnnotationImportJob until the job is COMPLETED, COMPLETED_WITH_FAILURES, CANCELLED, or FAILED.
1
createAnnotationStore
CreateAnnotationStore
Create an annotation store in the chosen format.
2
startImportJob
StartAnnotationImportJob
Start an annotation import job that loads the source items into the new store.
3
pollImportJob
GetAnnotationImportJob
Poll the annotation import job until it reaches a terminal status. The status enum is SUBMITTED, IN_PROGRESS, CANCELLED, COMPLETED, FAILED, or COMPLETED_WITH_FAILURES.