class MinknowApi::AnalysisConfiguration::AlignmentConfiguration

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 aggregate_statistics_for_multiple_bed_hits : Bool #

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

[View source]
def bed_file : String #

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

[View source]
def clear_minimum_coverage : Nil #

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

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

[View source]
def has_minimum_coverage? : Bool #

[View source]
def minimum_coverage : Google::Protobuf::FloatValue | Nil #

[View source]
def minimum_coverage=(minimum_coverage : Google::Protobuf::FloatValue | Nil) #

[View source]
def reference_files : Array(String) #

[View source]
def reference_files=(reference_files : Array(String)) #

[View source]
def validate_required! : Nil #

[View source]
def validate_required_deep! : Nil #

[View source]