Copyright | (c) Matthew Mosior 2024 |
---|---|
License | BSD-style |
Maintainer | mattm.github@gmail.com |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Data.BAM.Version1_6.Base
Contents
Description
Description
This library enables the decoding/encoding of SAM, BAM and CRAM file formats.
BAM_V1_6 version 1.6 data type
Constructors
BAM_V1_6 | |
Fields
|
Instances
Generic BAM_V1_6 Source # | |
Show BAM_V1_6 Source # | |
Eq BAM_V1_6 Source # | |
type Rep BAM_V1_6 Source # | |
Defined in Data.BAM.Version1_6.Base type Rep BAM_V1_6 = D1 ('MetaData "BAM_V1_6" "Data.BAM.Version1_6.Base" "hs-samtools-0.10.0.3-inplace" 'True) (C1 ('MetaCons "BAM_V1_6" 'PrefixI 'True) (S1 ('MetaSel ('Just "bam_v1_6") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Seq BAM_V1_6_BGZFBlock)))) |