class MinknowApi::AnalysisConfiguration::WriterConfiguration::ReportConfiguration

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 barcode_alignment_report_file_pattern : String #

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

[View source]
def custom_report_suffix_pattern : String #

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

[View source]
def duty_time_report_file_pattern : String #

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

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

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

[View source]
def final_summary_report_file_pattern : String #

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

[View source]
def html_report_file_pattern : String #

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

[View source]
def json_report_file_pattern : String #

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

[View source]
def markdown_report_file_pattern : String #

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

[View source]
def output_hash_file_pattern : String #

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

[View source]
def pdf_report_file_pattern : String #

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

[View source]
def sample_sheet_report_file_pattern : String #

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

[View source]
def throughput_report_file_pattern : String #

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

[View source]