RE: [Biojava-l] BLAST parsing explodes in size

2003-11-13 Thread VERHOEF Frans
Thank you guys! I now have a great looking solution which is lean and fast. I am definitely a biojava fan. Regards, Frans ___ Biojava-l mailing list - [EMAIL PROTECTED] http://biojava.org/mailman/listinfo/biojava-l

RE: [Biojava-l] BLAST parsing explodes in size

2003-11-12 Thread VERHOEF Frans
Hi, Thanks for the suggestions. I am quite new in the world of Biojava and basically what I did was copy the example in Biojava in anger and adapt it to my needs. It seems I now have to adapt it a little more. One more question. If the blast output is already in XML, how would you go about it in

Re: [Biojava-l] BLAST parsing explodes in size

2003-11-12 Thread Keith James
> " " == VERHOEF Frans <[EMAIL PROTECTED]> writes: > Hi Keith, Thanks for your response. I did paste the method > that's doing the parsing somewhere below. I also ran just now > this method trying to parse a blast output file with a size of > approximately 350mb. The output

Re: [Biojava-l] BLAST parsing explodes in size

2003-11-12 Thread Matthew Pocock
iption + "\n"); out.flush(); hitAnno = null;description = null;hit=null; System.gc(); } out.close(); hits = null; out=null; outFile=null; bsetting=null; lib=null; database=null; queryID=null; anno=null; result=null; System.gc();

RE: [Biojava-l] BLAST parsing explodes in size

2003-11-12 Thread VERHOEF Frans
out.flush(); hitAnno = null;description = null;hit=null; System.gc(); } out.close(); hits = null; out=null; outFile=null; bsetting=null; lib=null; database=null; queryID=null; anno=null; result=null; System.gc(); } file.de

Re: [Biojava-l] BLAST parsing explodes in size

2003-11-11 Thread Keith James
> "FV" == VERHOEF Frans <[EMAIL PROTECTED]> writes: FV> Hi, I am having a problem parsing huge blast FV> results. Basically I am parsing the blast results pretty much FV> the same way as in "Biojava in Anger", with as only difference FV> that I use the setModeLazy() of the Blas

[Biojava-l] BLAST parsing explodes in size

2003-11-11 Thread VERHOEF Frans
Hi, I am having a problem parsing huge blast results. Basically I am parsing the blast results pretty much the same way as in "Biojava in Anger", with as only difference that I use the setModeLazy() of the BlastLikeSAXParser, since I am using NCBI Blast version 2.2.4 and that version is not rec