Blast Output Into Jsp/Html
3
1
Entering edit mode
13.1 years ago
Yann ▴ 70

I would like to display a blast result in a jsp or html by parsing the xml result of blast without using BioJava? how can I do that?

blast • 4.6k views
ADD COMMENT
1
Entering edit mode

parsing XML and echoing it ? there is no need for BioJava here.

ADD REPLY
0
Entering edit mode

What's the provenance of your blast result ? is it a DOM document in memory ? or is it a flat file stored on your computer ? Do you just want to print the XML in some HTML or do you want to redirect the user to the blast-XML file ?

ADD REPLY
0
Entering edit mode

Any particular reason not to use BioJava?

ADD REPLY
0
Entering edit mode

Do you real need to use the XML format? You could simply echo the default text format.

ADD REPLY
3
Entering edit mode
13.1 years ago

You can easily format an XML document into any other format via an XSLT stylesheet. You can even do it as a static page transformed directly in the browser with XSLT.

Find one of the many tutorials

ADD COMMENT
3
Entering edit mode
13.1 years ago
ADD COMMENT
1
Entering edit mode
13.1 years ago

Have you looked at the built-in BLAST HTML output?

> blastn -help | grep -A1 html
 -html
   Produce HTML output?

> blastn -version
blastn: 2.2.24+
Package: blast 2.2.24, build Aug 12 2010 17:47:58

This applies not only to blastn but the other programs as well. There is also wwwblast for the older version of the NCBI tools.

ADD COMMENT

Login before adding your answer.

Traffic: 2669 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