Parse Blastdb Format From Java
0
1
Entering edit mode
12.0 years ago
Nickengland ▴ 130

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!

blast java • 2.0k views
ADD COMMENT
1
Entering edit mode

just curious: why do you need to parse the internal structure of those DB with java ?

ADD REPLY
0
Entering edit mode

I'm doing some sequence mutation analysis from within Java, which uses blast to identify the closest matching genomic sequence. I have ~10million input sequences each run, but only ~200 static sequences in the blastDB to analyse. I could load the fasta files the blastDBs are generated from directly, but that involves mapping which sequences are in which fasta files in the blastDB, as well as needing extra parameters to the program to function (BlastDB and Fasta locations and fasta->sequence mapping) which seems excessive when all that data is in the blastDB file.)

ADD REPLY

Login before adding your answer.

Traffic: 2435 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6