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
y purpose, or disclose its content to any other person. Thank you. - > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Andreas Scheucher > Sent: Thursday, November 10, 2005 6:49 PM > To: biojava-l@biojava.org > Subject: [Bioja

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

2005-11-10 Thread Andreas Scheucher
Hi, I'am parsing a blast result file for an multi fasta search with biojava. Now I'm wondering, whether there really is no possibility to get the accession number out of an blast hit. The xml tag with the information is there but where ist the belonging function? Thanks for your effort. Rega