[Biojava-l] blast command-line utilities

2002-10-25 Thread Matthew Pocock
Hi all, Yesterday I used our blast parsing code for the 1st time. I'm impressed by how painlessly it all works. Thanks to CAT and KeithJ and everyone else for making my life easier. In return, I have tickled it aground the edges. I've added some convenience search handlers for implementing filter

[Biojava-l] serializable PackedSymbolList?

2002-10-25 Thread Dave Barkan
Hey all, I have gotten PackedSymbolList to work but it is not serializable. I was wondering if there is anything preventing this class (and the classes Packing and PackingManager, as it appears PackedSymbolList requires these) from implementing the Serializable interface? This would be a big hel

[Biojava-l] CVS

2002-10-25 Thread Ren, Zhen
Hi, there, Mark Schreiber recommended me looking into using cvs to access the biojava-live distribution to keep up to date with future bug fixes. (Thanks, Mark!) The instructions can be found at http://cvs.biojava.org/ web site. However, I stuck at very end, i.e., when I typed "cvs update" c

RE: [Biojava-l] CVS

2002-10-25 Thread Ren, Zhen
Thank you so much. More related questions: In the C:\biojava-live folder, I found 4 JAR files - bytecode.jar, jakarta-regexp.jar, xerces.jar, and htmlparser.jar. Where are xml.jar and biojava.jar files? Zhen -Original Message- From: David Huen [mailto:smh1008@;cus.cam.ac.uk] Sent: Fri

Re: [Biojava-l] serializable PackedSymbolList?

2002-10-25 Thread Matthew Pocock
Hi Dave, You're right. There's no reason these classes should not be serializable. I've changed it in CVS. The altered files are PackedSymbolList, DNAAmbPack and DNANoAmbPack. I don't think PackingFactory needs to be serializable as it only contains static data. Matthew Dave Barkan wrote: Hey

Re: [Biojava-l] CVS

2002-10-25 Thread Thomas Down
On Fri, Oct 25, 2002 at 12:42:17PM -0700, Ren, Zhen wrote: > Thank you so much. More related questions: > > In the C:\biojava-live folder, I found 4 JAR files - bytecode.jar, >jakarta-regexp.jar, xerces.jar, and htmlparser.jar. Where are xml.jar and >biojava.jar files? BioJava hasn't used xml

RE: [Biojava-l] CVS

2002-10-25 Thread Ren, Zhen
I got it. Thank you so much. -Original Message- From: Thomas Down [mailto:td2@;sanger.ac.uk] Sent: Friday, October 25, 2002 1:13 PM To: [EMAIL PROTECTED] Subject: Re: [Biojava-l] CVS On Fri, Oct 25, 2002 at 12:42:17PM -0700, Ren, Zhen wrote: > Thank you so much. More related questions:

Re: [Biojava-l] CVS

2002-10-25 Thread Matthew Pocock
Ren, Zhen wrote: Thank you so much. More related questions: In the C:\biojava-live folder, I found 4 JAR files - bytecode.jar, jakarta-regexp.jar, xerces.jar, and htmlparser.jar. Where are xml.jar and biojava.jar files? Zhen Hi Zhen, You shouldn't need xml.jar - xercese does this job for y

Re: [Biojava-l] CVS

2002-10-25 Thread Thomas Down
On Fri, Oct 25, 2002 at 09:06:20PM +0100, Matthew Pocock wrote: > > You shouldn't need xml.jar - xercese does this job for you. biojava.jar > gets built by ant from the build.xml file in biojava-live. You can > download ant from the web site http://jakarta.apache.org/ant/ - I > sudgest going fo