This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Java Equivalent Of Biopython'S Ncbixml Parser

I'm looking for a method similar to Biopython's parse method of NCBIXML in java

this is the parse method http://biopython.org/DIST/docs/api/Bio.Blast.NCBIXML-module.html#parse

java blast xml biojava biopython parser python

1 answer

BioJava is probably the first place to try.

I have no experience with it, but the wiki has a page on parsing BLAST XML

Log in to answer this question.