| 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.Write.Error
Contents
Description
Description
This library enables the decoding/encoding of SAM, BAM and CRAM file formats.
BAM version 1.6 data type
data BAM_V1_6_Write_Error Source #
Constructors
| BAM_V1_6_Write_Error_No_Data | No data to write to file. |
| BAM_V1_6_Write_Error_HOPT_Incorrect_Format | HOPT alignment optional field is not hex-formatted byte array. |