struct Minimap2::Alignment

Defined in:

minimap2/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(nm : Int32, cigar : Array(Tuple(UInt32, UInt8)), cigar_str : String, md : String | Nil, cs : String | Nil, alignment_score : Int32 | Nil) #

[View source]

Instance Method Detail

def alignment_score : Int32 | Nil #

[View source]
def cigar : Array(Tuple(UInt32, UInt8)) #

[View source]
def cigar_str : String #

[View source]
def cs : String | Nil #

[View source]
def md : String | Nil #

[View source]
def nm : Int32 #

[View source]