class HTS::Bam::Pileup::Alignment

Overview

Thin wrapper around a single bam_pileup1_t entry

Defined in:

hts/bam/pileup.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(entry : Pointer(LibHTS::BamPileup1T), header : Bam::Header) #

[View source]

Instance Method Detail

def del? : Bool #

Bitfield helpers


[View source]
def head? : Bool #

[View source]
def indel : Int32 #

Indel length (0 no indel, >0 insertion, <0 deletion)


[View source]
def query_pos : Int32 #

0-based query position


[View source]
def record : Bam::Record #

Lazily duplicates the underlying bam1_t to return a safe Record


[View source]
def refskip? : Bool #

[View source]
def tail? : Bool #

[View source]