google_api_genomics v0.0.1 GoogleApi.Genomics.V1.Model.ImportReadGroupSetsRequest View Source

The read group set import request.

Attributes

  • datasetId (String): Required. The ID of the dataset these read group sets will belong to. The caller must have WRITE permissions to this dataset. Defaults to: null.
  • partitionStrategy (String): The partition strategy describes how read groups are partitioned into read group sets. Defaults to: null.

    • Enum - one of [PARTITION_STRATEGY_UNSPECIFIED, PER_FILE_PER_SAMPLE, MERGE_ALL]
  • referenceSetId (String): The reference set to which the imported read group sets are aligned to, if any. The reference names of this reference set must be a superset of those found in the imported file headers. If no reference set id is provided, a best effort is made to associate with a matching reference set. Defaults to: null.
  • sourceUris (List[String]): A list of URIs pointing at BAM files in Google Cloud Storage. Those URIs can include wildcards (*), but do not add or remove matching files before import has completed. Note that Google Cloud Storage object listing is only eventually consistent: files added may be not be immediately visible to everyone. Thus, if using a wildcard it is preferable not to start the import immediately after the files are created. Defaults to: null.