Re: [Biojava-l] AGAVE IO in BioJava

2002-01-04 Thread Thomas Down
On Thu, Dec 20, 2001 at 01:33:33PM -0800, Brian King wrote: > > Thomas, > > Yes, we'd be happy to see the BioJava AGAVE conversion code in the BioJava > CVS tree soon. Please do the initial checkin, and then let Hanning and > myself have an account so we can update it. I've just done the chec

RE: [Biojava-l] AGAVE IO in BioJava

2001-12-31 Thread Brian King
t: Re: [Biojava-l] AGAVE IO in BioJava On Thu, Dec 20, 2001 at 01:33:33PM -0800, Brian King wrote: > Yes, we'd be happy to see the BioJava AGAVE conversion code in the BioJava > CVS tree soon. Please do the initial checkin, and then let Hanning and > myself have an account so we

Re: [Biojava-l] AGAVE IO in BioJava

2001-12-22 Thread Thomas Down
On Thu, Dec 20, 2001 at 01:33:33PM -0800, Brian King wrote: > Yes, we'd be happy to see the BioJava AGAVE conversion code in the BioJava > CVS tree soon. Please do the initial checkin, and then let Hanning and > myself have an account so we can update it. Hi... I've now merged your contributio

Re: [Biojava-l] AGAVE IO in BioJava

2001-12-20 Thread David Huen
On Thu, 20 Dec 2001, Thomas Down wrote: > On Thu, Dec 20, 2001 at 01:06:12PM -0800, Brian King wrote: > > > > Thomas, > > > > I attached the code for BioJava AGAVE XML conversion. The code is similar > > to the GAME IO package. The zip file has an ANT build.xml file, and there > > is a JUnit

RE: [Biojava-l] AGAVE IO in BioJava

2001-12-20 Thread Brian King
ED]] > Sent: Thursday, December 20, 2001 1:22 PM > To: Brian King > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [Biojava-l] AGAVE IO in BioJava > > > On Thu, Dec 20, 2001 at 01:06:12PM -0800, Brian King wrote: > > > > Thomas, > > > > I attached

Re: [Biojava-l] AGAVE IO in BioJava

2001-12-20 Thread Thomas Down
On Thu, Dec 20, 2001 at 01:06:12PM -0800, Brian King wrote: > > Thomas, > > I attached the code for BioJava AGAVE XML conversion. The code is similar > to the GAME IO package. The zip file has an ANT build.xml file, and there > is a JUnit unit test called TestAgaveHandler.java. The unit test

RE: [Biojava-l] AGAVE IO in BioJava

2001-09-12 Thread Brian King
>>SeqIOListener interface works quite a lot like the SAX >>ContentHandler: You do something like: >> >> startFeature(container) >> startFeature(child1); >> endFeature(); >> startFeature(child2); >> endFeature(); >> endFeature(); Thanks.

Re: [Biojava-l] AGAVE IO in BioJava

2001-09-12 Thread Thomas Down
On Wed, Sep 12, 2001 at 12:32:36PM -0700, Brian King wrote: > > We'd like to add IO support for the AGAVE XML format > (http://www.agavexml.org) into the BioJava library. Creating the output > code in a SequenceFormat seems straightforward, but I'm confused about > input. AGAVE and BioJava have

[Biojava-l] AGAVE IO in BioJava

2001-09-12 Thread Brian King
We'd like to add IO support for the AGAVE XML format (http://www.agavexml.org) into the BioJava library. Creating the output code in a SequenceFormat seems straightforward, but I'm confused about input. AGAVE and BioJava have hierarchies of features and hierarchies of sequences to represent ass