Subject:RE: [Biojava-l] Extract accession number out of xml
blast result
As documented at BioJava in Anger, the subject's accession can be
obtained from the SeqSimilaritySearchHit using getSubjectID().
By reading the API, the query's accession can be obtained from
SeqSim
As documented at BioJava in Anger, the subject's accession can be
obtained from the SeqSimilaritySearchHit using getSubjectID().
By reading the API, the query's accession can be obtained from
SeqSimilaritySearchResult using getQuerySequence().getName().
However... unforunately, the query accessi