class
MinknowApi::AnalysisConfiguration::WriterConfiguration::ReadFast5Configuration
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/analysis_configuration.pb.crConstructors
-
.decode(bytes : Bytes) : self
Decode a message from a raw byte slice.
- .decode(io : IO) : self
- .decode_partial(bytes : Bytes) : self
- .decode_partial(io : IO) : self
Instance Method Summary
-
#==(other : self) : Bool
Returns
trueif this reference is the same as other. - #bases_per_batch : UInt64
- #bases_per_batch=(value : UInt64) : UInt64
- #batch_count : UInt32
- #batch_count=(value : UInt32) : UInt32
- #batch_duration : Google::Protobuf::Duration | Nil
- #batch_duration=(batch_duration : Google::Protobuf::Duration | Nil)
- #batch_info_case : BatchInfoCase
- #clear_batch_duration : Nil
- #clear_batch_info : Nil
- #clear_fastq : Nil
- #clear_modifications_table : Nil
- #clear_move_table : Nil
- #clear_raw : Nil
- #clear_trace_table : Nil
- #compression_level : Int32
- #compression_level=(compression_level : Int32)
- #compression_type : Proto::OpenEnum(WriterConfiguration::CompressionType)
- #compression_type=(compression_type : Proto::OpenEnum(WriterConfiguration::CompressionType))
- #disable_writing_failed_reads : Bool
- #disable_writing_failed_reads=(disable_writing_failed_reads : Bool)
- #disable_writing_force_skipped_reads : Bool
- #disable_writing_force_skipped_reads=(disable_writing_force_skipped_reads : Bool)
- #disable_writing_passed_reads : Bool
- #disable_writing_passed_reads=(disable_writing_passed_reads : Bool)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #fastq : WriterConfiguration::ChannelConfiguration | Nil
- #fastq=(fastq : WriterConfiguration::ChannelConfiguration | Nil)
- #fastq_header_pattern : String
- #fastq_header_pattern=(fastq_header_pattern : String)
- #file_pattern : String
- #file_pattern=(file_pattern : String)
- #has_batch_duration? : Bool
- #has_fastq? : Bool
- #has_modifications_table? : Bool
- #has_move_table? : Bool
- #has_raw? : Bool
- #has_trace_table? : Bool
- #modifications_table : WriterConfiguration::ChannelConfiguration | Nil
- #modifications_table=(modifications_table : WriterConfiguration::ChannelConfiguration | Nil)
- #move_table : WriterConfiguration::ChannelConfiguration | Nil
- #move_table=(move_table : WriterConfiguration::ChannelConfiguration | Nil)
- #no_output_based_batching : Google::Protobuf::Empty | Nil
- #no_output_based_batching=(value : Google::Protobuf::Empty | Nil) : Google::Protobuf::Empty | Nil
- #raw : WriterConfiguration::ChannelConfiguration | Nil
- #raw=(raw : WriterConfiguration::ChannelConfiguration | Nil)
- #trace_table : WriterConfiguration::ChannelConfiguration | Nil
- #trace_table=(trace_table : WriterConfiguration::ChannelConfiguration | Nil)
- #validate_required! : Nil
- #validate_required_deep! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self) : Bool
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def compression_type=(compression_type : Proto::OpenEnum(WriterConfiguration::CompressionType))
#
def disable_writing_force_skipped_reads=(disable_writing_force_skipped_reads : Bool)
#
def modifications_table=(modifications_table : WriterConfiguration::ChannelConfiguration | Nil)
#
def no_output_based_batching=(value : Google::Protobuf::Empty | Nil) : Google::Protobuf::Empty | Nil
#