Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/annenkov/haskell-bio

Some bioinformatics algorithms in Haskell
https://github.com/annenkov/haskell-bio

Last synced: 9 days ago
JSON representation

Some bioinformatics algorithms in Haskell

Awesome Lists containing this project

README

        

Some bioinformatics algorithms in Haskell
----------------------------------------

bio/MotifSearch - simple brute force algorithm and two branch-and-bound strategies.
Problem is formulated as Median String problem.

bio/PartialDigest - the partial digest problem (not completely)