Interface BaseSaveBatchOptions

interface BaseSaveBatchOptions {
    assayId: number;
    assayName?: string;
    containerPath?: string;
    protocolName?: string;
    providerName?: string;
}

Hierarchy (view full)

Properties

assayId: number

The assay protocol id.

assayName?: string

The name of the assay.

containerPath?: string

Save batch(es) to a specific container. If not specified, the batch(es) will be saved to the current container.

protocolName?: string

Optional protocol name to be used for non-assay backed runs. Currently only SAMPLE_DERIVATION_PROTOCOL is supported.

providerName?: string

The assay provider name.