hs-samtools-0.10.0.3: Read and write SAM, BAM, and CRAM files.
Copyright(c) Matthew Mosior 2024
LicenseBSD-style
Maintainermattm.github@gmail.com
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.BAM.Version1_6.BGZFBlock

Description

Description

This library enables the decoding/encoding of SAM, BAM and CRAM file formats.

Synopsis

BAM_V1_6_BGZFBlock version 1.6 data type

data BAM_V1_6_BGZFBlock Source #

Custom BAM_V1_6_BGZFBlock (BAM version 1.6) data type.

See the SAM v1.6 specification documentation.

Constructors

BAM_V1_6_BGZFBlock 

Fields

Instances

Instances details
Generic BAM_V1_6_BGZFBlock Source # 
Instance details

Defined in Data.BAM.Version1_6.BGZFBlock

Associated Types

type Rep BAM_V1_6_BGZFBlock :: Type -> Type #

Show BAM_V1_6_BGZFBlock Source # 
Instance details

Defined in Data.BAM.Version1_6.BGZFBlock

Eq BAM_V1_6_BGZFBlock Source # 
Instance details

Defined in Data.BAM.Version1_6.BGZFBlock

type Rep BAM_V1_6_BGZFBlock Source # 
Instance details

Defined in Data.BAM.Version1_6.BGZFBlock

type Rep BAM_V1_6_BGZFBlock = D1 ('MetaData "BAM_V1_6_BGZFBlock" "Data.BAM.Version1_6.BGZFBlock" "hs-samtools-0.10.0.3-inplace" 'False) (C1 ('MetaCons "BAM_V1_6_BGZFBlock" 'PrefixI 'True) (((S1 ('MetaSel ('Just "bam_v1_6_bgzfblock_gzip_header") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BAM_V1_6_GZipHeader) :*: S1 ('MetaSel ('Just "bam_v1_6_bgzfblock_subfield_identifier_one") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Word8)) :*: (S1 ('MetaSel ('Just "bam_v1_6_bgzfblock_subfield_identifier_two") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Word8) :*: S1 ('MetaSel ('Just "bam_v1_6_bgzfblock_subfield_length") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Word16))) :*: ((S1 ('MetaSel ('Just "bam_v1_6_bgzfblock_total_block_size_minus_one") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Word16) :*: S1 ('MetaSel ('Just "bam_v1_6_bgzfblock_cdata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BAM_V1_6_BAM)) :*: (S1 ('MetaSel ('Just "bam_v1_6_bgzfblock_crc32") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Word32) :*: S1 ('MetaSel ('Just "bam_v1_6_bgzfblock_isize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Word32)))))