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)