google_api_genomics v0.5.0 GoogleApi.Genomics.V1.Model.ExportReadGroupSetRequest View Source

The read group set export request.

Attributes

  • exportUri (String.t): Required. A Google Cloud Storage URI for the exported BAM file. The currently authenticated user must have write access to the new file. An error will be returned if the URI already contains data. Defaults to: null.
  • projectId (String.t): Required. The Google Cloud project ID that owns this export. The caller must have WRITE access to this project. Defaults to: null.
  • referenceNames ([String.t]): The reference names to export. If this is not specified, all reference sequences, including unmapped reads, are exported. Use `*` to export only unmapped reads. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Genomics.V1.Model.ExportReadGroupSetRequest{
  exportUri: any(),
  projectId: any(),
  referenceNames: [any()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.