: '[EMAIL PROTECTED]'
Sent: 11/20/03 6:49 AM
Subject: Re: [Biojava-l] blast2html
Marc,
As I remember it the summary line from the blast output is split on
white
space with the first token put into hitid - this will make it's way into
oHitSummary.oHitId.id in Blast2HTML
If you
Marc,
As I remember it the summary line from the blast output is split on white
space with the first token put into hitid - this will make it's way into
oHitSummary.oHitId.id in Blast2HTML
If you want to change this then you need to implement your own
SummaryLineHelperIF in org.biojava.bio.p
Thanks Colin. Cool!
Matthew
Colin Hardman wrote:
>
> Hello,
> I've just checked in a new package called
> org.biojava.bio.program.blast2html. It's a companion to the
> org.biojava.bio.program.sax package allowing you to go from blast-like
> output to HTML, through a stream of SAX even