BiobaseFasta: streaming FASTA parser

[ bioinformatics, bsd3, library, program ] [ Propose Tags ]

Stream-based handling of FASTA files. The user selects a window size, the library then handles the window. For each window, the previous (past) window is available, in case some data sits on the boundary between windows.

Greg Schwartz' http://hackage.haskell.org/package/fasta package is a lot more complete. This one is mostly tailored to my usage requirements (and may at some point use his library).


[Skip to Readme]

Modules

[Last Documentation]

  • Biobase
    • Fasta
      • Biobase.Fasta.Streaming
      • Biobase.Fasta.Strict

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.4, 0.0.1.0, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.4.0.0, 0.4.0.1
Change log changelog.md
Dependencies base (>=4.7 && <5.0), BiobaseTypes (>=0.2.0 && <0.2.1), bytestring, DPutils (>=0.1.0 && <0.1.1), lens (>=4.0), resourcet (>=1.0), streaming (>=0.1), streaming-bytestring (>=0.1), string-conversions (>=0.4) [details]
License BSD-3-Clause
Copyright Christian Hoener zu Siederdissen, 2011-2019
Author Christian Hoener zu Siederdissen
Maintainer choener@bioinf.uni-leipzig.de
Category Bioinformatics
Home page https://github.com/choener/BiobaseFasta
Bug tracker https://github.com/choener/BiobaseFasta/issues
Source repo head: git clone git://github.com/choener/BiobaseFasta
Uploaded by ChristianHoener at 2019-06-17T12:40:28Z
Distributions
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 7276 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2019-06-17 [all 3 reports]

Readme for BiobaseFasta-0.3.0.1

[back to package description]

Build Status

BiobaseFasta

A Haskell library for FASTA-file handling.

The version does streaming using the 'streaming' library.

The library is, in general, in a "preview" state. In cases where you need to scan large FASTA files fast and with low memory overhead, the functions within should already be useable enough.

The wikipedia has information on the format:
http://en.wikipedia.org/wiki/FASTA_format

Contact

Christian Hoener zu Siederdissen
Leipzig University, Leipzig, Germany
choener@bioinf.uni-leipzig.de
http://www.bioinf.uni-leipzig.de/~choener/