Does anyone know a java library to parse blastDB files? I've found the specification at http://selab.janelia.org/people/farrarm/blastdbfmtv4/blastdbfmt.html for the file format, and the code for a C program to parse it, but not java library. The biojava API doesn't seem to have a class for it either.
Does one exist?
Thanks!