RE: [Biojava-l] Extract accession number out of xml blast result

2005-11-10 Thread mark . schreiber
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

RE: [Biojava-l] Extract accession number out of xml blast result

2005-11-10 Thread Richard HOLLAND
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