struct HTS::Bam::Mpileup::InputData

Overview

Per-input user data passed to the C callback

Defined in:

hts/bam/mpileup.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(htsfp : Pointer(LibHTS::HtsFile), hdr : Pointer(LibHTS::SamHdrT), itr : Pointer(LibHTS::HtsItrT)) #

[View source]

Instance Method Detail

def hdr : Pointer(LibHTS::SamHdrT) #

[View source]
def htsfp : Pointer(LibHTS::HtsFile) #

[View source]
def itr : Pointer(LibHTS::HtsItrT) #

[View source]