views:

56

answers:

1

Is anyone aware of a pure python implementation of BLAST alignment? I am trying to study this algorithm...

A: 

Try looking into BioPython:

http://biopython.org/

http://github.com/JoaoRodrigues/biopython/tree/GSOC2010

poswald