Biogang:Projects/OpenBlast

From OpenWetWare
Jump to navigationJump to search

Motivation

Creating a new implementation of the BLAST algorithm in various language (perl/Java/python/ruby/etc...) for educational purpose (learning how the algorithm is implemented) and practical purpose (running a blast in an application without calling an external program)

Schedule

A first idea would be creating a simple and stupid all-in-memory implementation.