Skip to content

GetReadSet

Source: src/AWS/Omics/GetReadSet.ts

Runtime binding for omics:GetReadSet.

Bind this operation to a SequenceStore to get a callable that streams the bytes of a read set file part — the store/workflow id is injected automatically and the action is granted on the bound resource. Provide the implementation with Effect.provide(AWS.Omics.GetReadSetHttp).

// init
const getReadSet = yield* AWS.Omics.GetReadSet(store);
// runtime
const result = yield* getReadSet({});