Re: [Biojava-l] sequence dbs

2001-05-21 Thread Matthew Pocock
Hi - back from Genova - great conference. Anyhow... If you create a SeqDBLite interface without the troublesome methods, and have SequenceDB inherit from this and add back the troubling ones, then I think we are OK. Existing code that purely uses SequenceDB to fetch-by-index should over time u

RE: [Biojava-l] sequence dbs

2001-05-16 Thread Cox, Greg
[EMAIL PROTECTED]] > Sent: Tuesday, May 15, 2001 5:19 PM > To: BioJava List > Subject: [Biojava-l] sequence dbs > > > I started to work on this at biojava bootcamp, didn't get > very far because > of the following: > seq.db.SequenceDB currently have the following m

RE: [Biojava-l] sequence dbs

2001-05-15 Thread Jason Stajich
the way to go?? > > Mark > > Mark Schreiber > Bioinformatics > AgResearch Invermay > PO Box 50034 > Mosgiel > New Zealand > > PH: +64 3 489 9175 > > > > > -Original Message- > > From: Jason Stajich [mailto:[EMAIL PROTECTED]] > > Sent:

RE: [Biojava-l] sequence dbs

2001-05-15 Thread Schreiber, Mark
eiber Bioinformatics AgResearch Invermay PO Box 50034 Mosgiel New Zealand PH: +64 3 489 9175 > -Original Message- > From: Jason Stajich [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 16, 2001 9:19 AM > To: BioJava List > Subject: [Biojava-l] sequence dbs > > >

[Biojava-l] sequence dbs

2001-05-15 Thread Jason Stajich
I started to work on this at biojava bootcamp, didn't get very far because of the following: seq.db.SequenceDB currently have the following methods that one cannot implement for 'remote' databases. < Set ids(); < SequenceIterator sequenceIterator(); < void addSequence(Sequence seq) < t