sequence-formats

A package with basic parsing utilities for several Bioinformatic data formats.

https://github.com/stschiff/sequence-formats

Version on this page:1.10.0.0
LTS Haskell 23.14:1.10.0.0
Stackage Nightly 2025-03-14:1.11.0.1
Latest on Hackage:1.11.0.1

See all snapshots sequence-formats appears in

GPL-3.0-only licensed by Stephan Schiffels
This version can be pinned in stack with:sequence-formats-1.10.0.0@sha256:502c622fa132a15ae95af85bb3d315ce915f1bbe8c96e7c0a3228e4be2570967,3289

Sequence-Formats is a Haskell package to provide file parsers and writers for some commonly, and less commonly used file formats in Bioinformatics, speficially population genetics.

The library makes heavy use of the pipes library to provide Producers and Consumers for reading and writing files.

Changes