class Google::Apis::GenomicsV1beta2::InterleavedFastqSource

Describes an interleaved FASTQ file source for alignment.

Attributes

metadata[RW]

Optionally specifies the metadata to be associated with the final aligned read group set. Corresponds to the JSON property `metadata` @return [Google::Apis::GenomicsV1beta2::FastqMetadata]

source_uris[RW]

A list of URIs pointing at interleaved FASTQ files in Google Cloud Storage which will be aligned. The caller must have READ permissions for these files. Corresponds to the JSON property `sourceUris` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/genomics_v1beta2/classes.rb, line 1026
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/genomics_v1beta2/classes.rb, line 1031
def update!(**args)
  @metadata = args[:metadata] unless args[:metadata].nil?
  @source_uris = args[:source_uris] unless args[:source_uris].nil?
end