Hi Keith,
The ODBA specification might be interresting in longer terms, so it is
probably a good idea for me to read the documentation for it, when I have time.
> SequenceDBLite db = new FlatSequenceDB(location, "genbank");
That's what I was looking for - for my actual needs the quick & di
> "Eckhard" == Eckhard Lehmann <[EMAIL PROTECTED]> writes:
Eckhard> Hi, I need to create a quick & dirty database from a
Eckhard> Genbank File, which contains many entries. It seems that
Eckhard> I can do this with
Eckhard> org.biojava.bio.program.indexdb.IndexTools.indexGenban
Hi,
I need to create a quick & dirty database from a Genbank File, which
contains many entries. It seems that I can do this with
org.biojava.bio.program.indexdb.IndexTools.indexGenbank(...).
But how can I get the Entries by ID, once the index is created? It seems
that the following works:
BioSt