hs-samtools-0.10.0.3: 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.BAM.Version1_6.Write.Base

Contents

Description

Description

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

Synopsis

Writing

writeBAM_V1_6 Source #

Arguments

:: FilePath

Output path to BAM file.

-> BAM_V1_6 
-> IO () 

Write a BAM_V1_6 to a file.

See the SAM v1.6 specification documentation.