| Copyright | (c) Matthew Mosior 2024 |
|---|---|
| License | BSD-style |
| Maintainer | mattm.github@gmail.com |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Data.BAM.Version1_6.GZipHeader
Description
Description
This library enables the decoding/encoding of SAM, BAM and CRAM file formats.
Synopsis
- data BAM_V1_6_GZipHeader = BAM_V1_6_GZipHeader {
- bam_v1_6_gzip_header_gzip_identifier_1 :: Word8
- bam_v1_6_gzip_header_gzip_identifier_2 :: Word8
- bam_v1_6_gzip_header_compression_method :: Word8
- bam_v1_6_gzip_header_header_flags :: Word8
- bam_v1_6_gzip_header_modification_time :: Word32
- bam_v1_6_gzip_header_extra_flags :: Word8
- bam_v1_6_gzip_header_operating_system :: Word8
- bam_v1_6_gzip_header_extra_length :: Word16
BAM_V1_6_GZipHeader version 1.6 data type
data BAM_V1_6_GZipHeader Source #
Custom BAM_V1_6_GZipHeader (BAM version 1.6) data type.
See the SAM v1.6 specification documentation.
Constructors
| BAM_V1_6_GZipHeader | |
Fields
| |