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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 && <4.15), 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
Revised Revision 1 made by sjakobi at 2021-11-15T13:52:44Z
Category Bioinformatics
Uploaded by stephan_schiffels at 2020-07-24T13:21:08Z
Distributions LTSHaskell:1.8.0.1, NixOS:1.8.0.1, Stackage:1.8.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6022 total (74 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-07-24 [all 1 reports]

Readme for sequence-formats-1.5.0

[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.