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).
Read Sets
Section titled “Read Sets”// initconst getReadSet = yield* AWS.Omics.GetReadSet(store);// runtimeconst result = yield* getReadSet({});