class
MinknowApi::AnalysisConfiguration::WriterConfiguration::ReportConfiguration
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. - #barcode_alignment_report_file_pattern : String
- #barcode_alignment_report_file_pattern=(barcode_alignment_report_file_pattern : String)
- #custom_report_suffix_pattern : String
- #custom_report_suffix_pattern=(custom_report_suffix_pattern : String)
- #duty_time_report_file_pattern : String
- #duty_time_report_file_pattern=(duty_time_report_file_pattern : String)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #final_summary_report_file_pattern : String
- #final_summary_report_file_pattern=(final_summary_report_file_pattern : String)
- #html_report_file_pattern : String
- #html_report_file_pattern=(html_report_file_pattern : String)
- #json_report_file_pattern : String
- #json_report_file_pattern=(json_report_file_pattern : String)
- #markdown_report_file_pattern : String
- #markdown_report_file_pattern=(markdown_report_file_pattern : String)
- #output_hash_file_pattern : String
- #output_hash_file_pattern=(output_hash_file_pattern : String)
- #pdf_report_file_pattern : String
- #pdf_report_file_pattern=(pdf_report_file_pattern : String)
- #sample_sheet_report_file_pattern : String
- #sample_sheet_report_file_pattern=(sample_sheet_report_file_pattern : String)
- #throughput_report_file_pattern : String
- #throughput_report_file_pattern=(throughput_report_file_pattern : String)
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 barcode_alignment_report_file_pattern=(barcode_alignment_report_file_pattern : String)
#