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.BAM.Header.PG

Description

Description

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

Synopsis

BAM version 1.6 program data type

data BAM_V1_6_Program Source #

Custom BAM (version 1.6) BAM_V1_6_Program data type.

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

Instances

Instances details
Generic BAM_V1_6_Program Source # 
Instance details

Defined in Data.BAM.Version1_6.BAM.Header.PG

Associated Types

type Rep BAM_V1_6_Program :: Type -> Type #

Show BAM_V1_6_Program Source # 
Instance details

Defined in Data.BAM.Version1_6.BAM.Header.PG

Eq BAM_V1_6_Program Source # 
Instance details

Defined in Data.BAM.Version1_6.BAM.Header.PG

type Rep BAM_V1_6_Program Source # 
Instance details

Defined in Data.BAM.Version1_6.BAM.Header.PG

type Rep BAM_V1_6_Program = D1 ('MetaData "BAM_V1_6_Program" "Data.BAM.Version1_6.BAM.Header.PG" "hs-samtools-0.10.0.3-inplace" 'False) (C1 ('MetaCons "BAM_V1_6_Program" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bam_v1_6_program_record_identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BAM_V1_6_Program_Record_Identifier) :*: (S1 ('MetaSel ('Just "bam_v1_6_program_name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BAM_V1_6_Program_Name)) :*: S1 ('MetaSel ('Just "bam_v1_6_program_command_line") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BAM_V1_6_Program_Command_Line)))) :*: (S1 ('MetaSel ('Just "bam_v1_6_program_previous_pg_id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BAM_V1_6_Program_Previous_PG_ID)) :*: (S1 ('MetaSel ('Just "bam_v1_6_program_description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BAM_V1_6_Program_Description)) :*: S1 ('MetaSel ('Just "bam_v1_6_program_version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BAM_V1_6_Program_Version))))))

BAM version 1.6 program data types

newtype BAM_V1_6_Program_Record_Identifier Source #

ID tag for BAM_V1_6_Program.

newtype BAM_V1_6_Program_Command_Line Source #

CL tag for BAM_V1_6_Program.

newtype BAM_V1_6_Program_Previous_PG_ID Source #

PP tag for BAM_V1_6_Program.

newtype BAM_V1_6_Program_Description Source #

DS tag for BAM_V1_6_Program.