struct
HTS::Bam::Pileup::InputData
- HTS::Bam::Pileup::InputData
- Struct
- Value
- Object
Overview
C-callback user data. Packed pointers needed by the read function.
Defined in:
hts/bam/pileup.crConstructors
Instance Method Summary
- #filter : Filter
- #hdr : Pointer(LibHTS::SamHdrT)
- #htsfp : Pointer(LibHTS::HtsFile)
- #itr : Pointer(LibHTS::HtsItrT)
Constructor Detail
def self.new(htsfp : Pointer(LibHTS::HtsFile), hdr : Pointer(LibHTS::SamHdrT), itr : Pointer(LibHTS::HtsItrT), filter : Filter)
#