Re: [Biojava-l] Blast2HTMLHandler.java bug

2002-02-15 Thread Colin Hardman
Hi Simon, Your fix is correct with the addition that you also need to remove the line 272 in the Summary endElement code else the last item will be duplicated. } else if ( poElementName.equals( "Summary" ) ) { oRenderer.writeCurrentSummary( oHitSummary ) ; oRenderer.endSummaryTable(); }

Re: [Biojava-l] Blast2HTMLHandler.java bug

2002-02-15 Thread Simon Brocklehurst
Simon Foote wrote: > Hi Simon, > > I've found a bug in the Blast2HTMLHandler code. You're right ;-) Serves us right for putting code in at the last minute. Not quite sure if your fix is right or not, we're checking it out. In any case, expect this to be fixed ASAP. Simon -- Simon M. Brockl