struct Minimap2::Mapping

Defined in:

minimap2/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(query_start : Int32, query_end : Int32, strand : Strand, target_name : String, target_len : Int32, target_start : Int32, target_end : Int32, match_len : Int32, block_len : Int32, mapq : UInt32, is_primary : Bool, cigar : Array(Tuple(UInt32, UInt8)), cigar_str : String, nm : Int32, md : String | Nil, cs : String | Nil) #

[View source]

Instance Method Detail

def block_len : Int32 #

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

[View source]
def cigar_str : String #

[View source]
def cs : String | Nil #

[View source]
def is_primary : Bool #

[View source]
def mapq : UInt32 #

[View source]
def match_len : Int32 #

[View source]
def md : String | Nil #

[View source]
def nm : Int32 #

[View source]
def query_end : Int32 #

[View source]
def query_start : Int32 #

[View source]
def strand : Strand #

[View source]
def target_end : Int32 #

[View source]
def target_len : Int32 #

[View source]
def target_name : String #

[View source]
def target_start : Int32 #

[View source]