Copyright | (c) Matthew Mosior 2023 |
---|---|
License | BSD-style |
Maintainer | mattm.github@gmail.com |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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
- data SAM_V1_6 = SAM_V1_6 {
- sam_v1_6_file_level_metadata :: Maybe SAM_V1_6_File_Level_Metadata
- sam_v1_6_reference_sequence_dictionary :: Maybe SAM_V1_6_Reference_Sequence_Dictionary
- sam_v1_6_read_group :: Maybe (Seq SAM_V1_6_Read_Group)
- sam_v1_6_program :: Maybe SAM_V1_6_Program
- sam_v1_6_one_line_comment :: Maybe (Seq SAM_V1_6_One_Line_Comment)
- sam_v1_6_alignment :: Seq SAM_V1_6_Alignment
SAM version 1.6 data type
SAM_V1_6 | |
|