Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/relrod/ba
Bioinformatics algorithms playground/library for Haskell
https://github.com/relrod/ba
algorithms bioinformatics biology haskell lenses rosalind
Last synced: 12 days ago
JSON representation
Bioinformatics algorithms playground/library for Haskell
- Host: GitHub
- URL: https://github.com/relrod/ba
- Owner: relrod
- License: bsd-2-clause
- Created: 2014-12-07T05:37:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T03:47:34.000Z (almost 7 years ago)
- Last Synced: 2024-10-04T21:22:23.154Z (about 1 month ago)
- Topics: algorithms, bioinformatics, biology, haskell, lenses, rosalind
- Language: Haskell
- Homepage: https://relrod.github.io/ba/
- Size: 112 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ba [![Build Status](https://travis-ci.org/relrod/ba.svg?branch=master)](https://travis-ci.org/relrod/ba)
**NOTE: Don't use this yet!**
This is a collection of bioinformatics types and algorithms. It is currently
an experiment and shouldn't be used for production.It takes a new approach to existing libraries such as `biocore` in that it
makes very heavy use of lens combinators. As such, we depend on `lens` -- and
we're not sorry. ;)## License
BSD-2. See `LICENSE`.