hs-samtools-0.10.0.1: 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.BAM

Description

Description

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

Synopsis

BAM_V1_6_BAM version 1.6 data type

data BAM_V1_6_BAM Source #

Custom BAM_V1_6_BAM (BAM version 1.6) data type.

See the SAM v1.6 specification documentation.

Instances

Instances details
Generic BAM_V1_6_BAM Source # 
Instance details

Defined in Data.BAM.Version1_6.BAM

Associated Types

type Rep BAM_V1_6_BAM :: Type -> Type #

Show BAM_V1_6_BAM Source # 
Instance details

Defined in Data.BAM.Version1_6.BAM

Eq BAM_V1_6_BAM Source # 
Instance details

Defined in Data.BAM.Version1_6.BAM

type Rep BAM_V1_6_BAM Source # 
Instance details

Defined in Data.BAM.Version1_6.BAM

type Rep BAM_V1_6_BAM = D1 ('MetaData "BAM_V1_6_BAM" "Data.BAM.Version1_6.BAM" "hs-samtools-0.10.0.1-inplace" 'False) (C1 ('MetaCons "BAM_V1_6_BAM" 'PrefixI 'True) (S1 ('MetaSel ('Just "bam_v1_6_bam_bamheader") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BAM_V1_6_BAM_BAMHeader)) :*: (S1 ('MetaSel ('Just "bam_v1_6_bam_bamalignments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BAM_V1_6_BAM_BAMAlignments)) :*: S1 ('MetaSel ('Just "bam_v1_6_bam_endoffilemarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))