hs-samtools-0.10.0.0: 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.SAM.Version1_6.Alignment.OptionalFields.HOPT

Description

WARNING

This module is considered internal.

The Package Versioning Policy does not apply.

The contents of this module may change in any way whatsoever and without any warning between minor versions of this package.

Authors importing this library are expected to track development closely.

All credit goes to the author(s)/maintainer(s) of the containers library for the above warning text.

Description

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

Synopsis

SAM version 1.6 alignment optional fields data type

data SAM_V1_6_Alignment_OptionalFields_HOPT Source #

Custom SAM (version 1.6) SAM_V1_6_Alignment_OptionalFields_HOPT data type.

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

Instances

Instances details
Generic SAM_V1_6_Alignment_OptionalFields_HOPT Source # 
Instance details

Defined in Data.SAM.Version1_6.Alignment.OptionalFields.HOPT

Show SAM_V1_6_Alignment_OptionalFields_HOPT Source # 
Instance details

Defined in Data.SAM.Version1_6.Alignment.OptionalFields.HOPT

Eq SAM_V1_6_Alignment_OptionalFields_HOPT Source # 
Instance details

Defined in Data.SAM.Version1_6.Alignment.OptionalFields.HOPT

type Rep SAM_V1_6_Alignment_OptionalFields_HOPT Source # 
Instance details

Defined in Data.SAM.Version1_6.Alignment.OptionalFields.HOPT

type Rep SAM_V1_6_Alignment_OptionalFields_HOPT = D1 ('MetaData "SAM_V1_6_Alignment_OptionalFields_HOPT" "Data.SAM.Version1_6.Alignment.OptionalFields.HOPT" "hs-samtools-0.10.0.0-inplace" 'False) (C1 ('MetaCons "SAM_V1_6_Alignment_OptionalFields_HOPT" 'PrefixI 'True) (S1 ('MetaSel ('Just "sam_v1_6_alignment_optionalfields_hopt_tag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ByteString) :*: S1 ('MetaSel ('Just "sam_v1_6_alignment_optionalfields_hopt_value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ByteString)))