[Biojava-l] Translation tables and Met

2001-08-28 Thread Keith James
Hi all, Currently we have but one translation table (UNIVERSAL, aka Standard #1). I would like to add the others: See http://www3.ncbi.nlm.nih.gov/htbin-post/Taxonomy/wprintgc?mode=c Vertebrate Mitochondrial, #2 Yeast Mitochondrial, #3 Mold, Protozoan, Coelenterate Mitochondrial, Mycoplasma/Sp

Re: [Biojava-l] problem running demos from the biojava-live dir ...

2001-08-28 Thread Matthew Pocock
The windows path is: %JAVA_HOME%\jre\lib\ext\ It looks like the windows & unix installs are prety similar. It's a miracle. Matthew Mark Schreiber wrote: > On Fri, 24 Aug 2001, Thomas Down wrote: > > >> Under Unix JDK releases, you can put JAR files into: >> >> ${JAVA_HOME}/jre/lib/ext/

Re: [Biojava-l] Editing SymbolLists

2001-08-28 Thread Thomas Down
On Fri, Aug 24, 2001 at 06:09:57PM -0700, David Waring wrote: > Perhaps I am missing something big here, but I can not figure out how in the > world I can edit a Sequence or a SymbolList. > > There is a class Edit, and there seems to be strong support for handling > changes and passing them to an

RE: [Biojava-l] Editing SymbolLists

2001-08-28 Thread Emig, Robin
>It would be really good to have an EditableSymbolList (better >still, replace SimpleSymbolList with an editable implementation). >If you feel like coding this up, we'd be really interested to >here about it! Yes, I and everyone I've talked to would just rather have an editableSymbolList and Se

RE: [Biojava-l] Translation tables and Met

2001-08-28 Thread Emig, Robin
1) I would call them by their full name, with possibly and underscore instead of a space. If that doesn't work (ie for multi organism tables) then I think we should add a SHORT_NAME, LONG_NAME and DESCRIPTION fields as xml tags or as parameters. In fact they may be useful anyway. 2) I say we add t

RE: [Biojava-l] Editing SymbolLists

2001-08-28 Thread David Waring
Before I sit down an write the EditableSymbolList, I would like to get some consensus on it. You suggest, why not just replace the existing SimpleSymbolList with an editable implementation. This makes sense to me. I note that there are comments in both Abstract and SimpleSymbolList stating a desir

Re: [Biojava-l] Editing SymbolLists

2001-08-28 Thread Thomas Down
On Tue, Aug 28, 2001 at 12:21:01PM -0700, David Waring wrote: > > note that there are comments in both Abstract and SimpleSymbolList stating a > desire to make them immutable e.g. in SimpleSybmolList a comment states that > "addSymbol is deprecated Can we make it immutable?". Is this still a desir