GetReadSetMetadata
Source:
src/AWS/Omics/GetReadSetMetadata.ts
Runtime binding for omics:GetReadSetMetadata.
Bind this operation to a SequenceStore to get a callable that reads the metadata of a read set — the
store/workflow id is injected automatically and the action is granted on the
bound resource. Provide the implementation with
Effect.provide(AWS.Omics.GetReadSetMetadataHttp).
Read Sets
Section titled “Read Sets”// initconst getReadSetMetadata = yield* AWS.Omics.GetReadSetMetadata(store);// runtimeconst result = yield* getReadSetMetadata({});