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

[ bioinformatics, gpl, library ] [ Propose Tags ]

Contains utilities to parse and write Eigenstrat, Fasta, FreqSum, VCF, Plink and other file formats used in population genetics analyses.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.1.4.1, 1.3.1, 1.3.2, 1.3.2.1, 1.3.3, 1.4.0, 1.4.0.1, 1.4.1, 1.5.0, 1.5.1, 1.5.1.1, 1.5.1.2, 1.5.1.3, 1.5.1.4, 1.5.2, 1.6.0, 1.6.1, 1.6.3, 1.6.6.0, 1.6.6.1, 1.6.7.0, 1.7.0, 1.7.1, 1.8.0.0, 1.8.0.1
Change log Changelog.md
Dependencies attoparsec, base (>=4.7 && <5), bytestring, containers, errors, exceptions, foldl, lens-family, pipes, pipes-attoparsec, pipes-bytestring, pipes-safe, transformers, vector [details]
License GPL-3.0-only
Author Stephan Schiffels
Maintainer stephan.schiffels@mac.com
Category Bioinformatics
Home page https://github.com/stschiff/sequence-formats
Bug tracker https://github.com/stschiff/sequence-formats/issues
Uploaded by stephan_schiffels at 2024-03-01T12:38:53Z
Distributions LTSHaskell:1.8.0.1, NixOS:1.8.0.0, Stackage:1.8.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5980 total (87 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-03-01 [all 1 reports]

Readme for sequence-formats-1.8.0.1

[back to package description]

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.