RE: [Biojava-l] blast2html

2003-11-20 Thread Marc Dumontier
: '[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

Re: [Biojava-l] blast2html

2003-11-20 Thread Colin Hardman
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

Re: [Biojava-l] Blast2HTML - a new Blast-Like SAX parsing example

2001-12-12 Thread Matthew Pocock
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