google_api_genomics v0.0.1 GoogleApi.Genomics.V1.Model.ExportReadGroupSetRequest View Source
The read group set export request.
Attributes
- exportUri (String): 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): Required. The Google Cloud project ID that owns this export. The caller must have WRITE access to this project. Defaults to:
null
. - referenceNames (List[String]): 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
.