hs-samtools-0.9.0.0: Read and write SAM, BAM, and CRAM files.
Copyright(c) Matthew Mosior 2023
LicenseBSD-style
Maintainermattm.github@gmail.com
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.SAM.Version1_6.Read.Base

Contents

Description

Description

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

Synopsis

Reading

readSAM_V1_6 Source #

Arguments

:: FilePath

Input path to SAM file.

-> IO SAM_V1_6 

Read a SAM_V1_6 from a file.

The file is checked for errors as it is parsed.

See the SAM v1.6 specification documentation.