hs-samtools-0.10.0.2: 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.Alignment.OptionalFields.Base

Description

Description

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

Synopsis

BAM version 1.6 alignment optional fields data type

data BAM_V1_6_BAM_Alignment_OptionalFields Source #

Custom BAM (version 1.6) BAM_V1_6_BAM_Alignment_Optional_Fields data type.

See section 4.2 of the SAM v1.6 specification documentation.

Constructors

BAM_V1_6_BAM_Alignment_OptionalFields 

Fields

Instances

Instances details
Generic BAM_V1_6_BAM_Alignment_OptionalFields Source # 
Instance details

Defined in Data.BAM.Version1_6.BAM.Alignment.OptionalFields.Base

Show BAM_V1_6_BAM_Alignment_OptionalFields Source # 
Instance details

Defined in Data.BAM.Version1_6.BAM.Alignment.OptionalFields.Base

Eq BAM_V1_6_BAM_Alignment_OptionalFields Source # 
Instance details

Defined in Data.BAM.Version1_6.BAM.Alignment.OptionalFields.Base

type Rep BAM_V1_6_BAM_Alignment_OptionalFields Source # 
Instance details

Defined in Data.BAM.Version1_6.BAM.Alignment.OptionalFields.Base

type Rep BAM_V1_6_BAM_Alignment_OptionalFields = D1 ('MetaData "BAM_V1_6_BAM_Alignment_OptionalFields" "Data.BAM.Version1_6.BAM.Alignment.OptionalFields.Base" "hs-samtools-0.10.0.2-inplace" 'False) (C1 ('MetaCons "BAM_V1_6_BAM_Alignment_OptionalFields" 'PrefixI 'True) (((S1 ('MetaSel ('Just "bam_v1_6_bam_alignment_optionalfields_aopt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BAM_V1_6_BAM_Alignment_OptionalFields_AOPT)) :*: S1 ('MetaSel ('Just "bam_v1_6_bam_alignment_optionalfields_smallcopt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BAM_V1_6_BAM_Alignment_OptionalFields_SmallCOPT))) :*: (S1 ('MetaSel ('Just "bam_v1_6_bam_alignment_optionalfields_bigcopt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BAM_V1_6_BAM_Alignment_OptionalFields_BigCOPT)) :*: (S1 ('MetaSel ('Just "bam_v1_6_bam_alignment_optionalfields_smalliopt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BAM_V1_6_BAM_Alignment_OptionalFields_SmallIOPT)) :*: S1 ('MetaSel ('Just "bam_v1_6_bam_alignment_optionalfields_bigiopt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BAM_V1_6_BAM_Alignment_OptionalFields_BigIOPT))))) :*: ((S1 ('MetaSel ('Just "bam_v1_6_bam_alignment_optionalfields_smallsopt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BAM_V1_6_BAM_Alignment_OptionalFields_SmallSOPT)) :*: (S1 ('MetaSel ('Just "bam_v1_6_bam_alignment_optionalfields_bigsopt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BAM_V1_6_BAM_Alignment_OptionalFields_BigSOPT)) :*: S1 ('MetaSel ('Just "bam_v1_6_bam_alignment_optionalfields_fopt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BAM_V1_6_BAM_Alignment_OptionalFields_FOPT)))) :*: (S1 ('MetaSel ('Just "bam_v1_6_bam_alignment_optionalfields_zopt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BAM_V1_6_BAM_Alignment_OptionalFields_ZOPT)) :*: (S1 ('MetaSel ('Just "bam_v1_6_bam_alignment_optionalfields_hopt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BAM_V1_6_BAM_Alignment_OptionalFields_HOPT)) :*: S1 ('MetaSel ('Just "bam_v1_6_bam_alignment_optionalfields_bopt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BAM_V1_6_BAM_Alignment_OptionalFields_BOPT)))))))

data BAM_V1_6_BAM_Alignment_OptionalFields_SumType Source #

Sum type that can represent any of the BAM_V1_6_BAM_Alignment_OptionalFields types.

Instances

Instances details
Generic BAM_V1_6_BAM_Alignment_OptionalFields_SumType Source # 
Instance details

Defined in Data.BAM.Version1_6.BAM.Alignment.OptionalFields.Base

Eq BAM_V1_6_BAM_Alignment_OptionalFields_SumType Source # 
Instance details

Defined in Data.BAM.Version1_6.BAM.Alignment.OptionalFields.Base

type Rep BAM_V1_6_BAM_Alignment_OptionalFields_SumType Source # 
Instance details

Defined in Data.BAM.Version1_6.BAM.Alignment.OptionalFields.Base

type Rep BAM_V1_6_BAM_Alignment_OptionalFields_SumType = D1 ('MetaData "BAM_V1_6_BAM_Alignment_OptionalFields_SumType" "Data.BAM.Version1_6.BAM.Alignment.OptionalFields.Base" "hs-samtools-0.10.0.2-inplace" 'False) (((C1 ('MetaCons "AOPT" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "SmallCOPT" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "BigCOPT" 'PrefixI 'False) (U1 :: Type -> Type))) :+: (C1 ('MetaCons "SmallIOPT" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "BigIOPT" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "SmallSOPT" 'PrefixI 'False) (U1 :: Type -> Type)))) :+: ((C1 ('MetaCons "BigSOPT" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "FOPT" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "ZOPT" 'PrefixI 'False) (U1 :: Type -> Type))) :+: (C1 ('MetaCons "HOPT" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "BOPT" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Empty" 'PrefixI 'False) (U1 :: Type -> Type)))))