class MinknowApi::AnalysisConfiguration::WriterConfiguration::ReadFastqConfiguration

Included Modules

Defined in:

generated/minknow_api/analysis_configuration.pb.cr

Constructors

Instance Method Summary

Constructor Detail

def self.decode(bytes : Bytes) : self #

Decode a message from a raw byte slice.


[View source]
def self.decode(io : IO) : self #

[View source]
def self.decode_partial(bytes : Bytes) : self #

[View source]
def self.decode_partial(io : IO) : self #

[View source]

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def bases_per_batch : UInt64 #

[View source]
def bases_per_batch=(value : UInt64) : UInt64 #

[View source]
def batch_count : UInt32 #

[View source]
def batch_count=(value : UInt32) : UInt32 #

[View source]
def batch_duration : Google::Protobuf::Duration | Nil #

[View source]
def batch_duration=(batch_duration : Google::Protobuf::Duration | Nil) #

[View source]
def batch_info_case : BatchInfoCase #

[View source]
def clear_batch_duration : Nil #

[View source]
def clear_batch_info : Nil #

[View source]
def clear_enable : Nil #

[View source]
def compression : Bool #

[View source]
def compression=(compression : Bool) #

[View source]
def disable_writing_failed_reads : Bool #

[View source]
def disable_writing_failed_reads=(disable_writing_failed_reads : Bool) #

[View source]
def disable_writing_force_skipped_reads : Bool #

[View source]
def disable_writing_force_skipped_reads=(disable_writing_force_skipped_reads : Bool) #

[View source]
def disable_writing_passed_reads : Bool #

[View source]
def disable_writing_passed_reads=(disable_writing_passed_reads : Bool) #

[View source]

[View source]
def enable=(enable : WriterConfiguration::ChannelConfiguration | Nil) #

[View source]
def encode(io : IO) : Nil #

[View source]
def encode_partial(io : IO) : Nil #

[View source]
def file_pattern : String #

[View source]
def file_pattern=(file_pattern : String) #

[View source]
def has_batch_duration? : Bool #

[View source]
def has_enable? : Bool #

[View source]
def header_pattern : String #

[View source]
def header_pattern=(header_pattern : String) #

[View source]
def no_output_based_batching : Google::Protobuf::Empty | Nil #

[View source]
def no_output_based_batching=(value : Google::Protobuf::Empty | Nil) : Google::Protobuf::Empty | Nil #

[View source]
def validate_required! : Nil #

[View source]
def validate_required_deep! : Nil #

[View source]