Re: [Biojava-l] Blast SAX parser output

2005-01-06 Thread mark . schreiber
Use a different SearchContentHandler (or Override BlastHitSummaryWriter) to write to a file instead of STDOUT. Or you could redirect STDOUT to a file (are you allowed to do that with a cron job??) "Richard HOLLAND" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 12/30/2004 11:54 AM

Re: [Biojava-l] blast SAX parser

2003-06-26 Thread David Huen
On Thu, 26 Jun 2003, Russell Smithies wrote: I normally use a bash script with sed for this but i think it's still worth having. Mind if I stick it into the javadocs somewhere within the blastXML package? Regards, David > Some people may call this cheating but I wrote a simple utility > pre-pro