VariantStore
Source:
src/AWS/Omics/VariantStore.ts
An Amazon HealthOmics variant store — a container for genomic variant data (VCF) aligned to a reference genome.
A variant store name is auto-generated from the app, stage, and logical ID
unless you provide one. The reference and sseConfig are immutable —
changing either replaces the store. description is updated in place.
Creating a Variant Store
Section titled “Creating a Variant Store”import * as Omics from "alchemy/AWS/Omics";
const store = yield* Omics.VariantStore("Variants", { reference: { referenceArn: "arn:aws:omics:us-east-1:123456789012:referenceStore/1234567890/reference/0987654321", },});