Re: [Biojava-l] Change to SimpleTranslationTable

2001-10-22 Thread Thomas Down
On Mon, Oct 22, 2001 at 04:16:38PM -0400, Cox, Greg wrote: > The use case I'm dealing with is translating 'n' (any DNA nucleotide, > a,c,g,t) to 'n' (any RNA nucleotide, a,c,g,u). I'm not sure how to > translate what you've outlined into code, could you expand a bit more. > > I won't commit anyt

Re: [Biojava-l] Change to SimpleTranslationTable

2001-10-22 Thread Thomas Down
On Mon, Oct 22, 2001 at 10:52:41AM -0400, Cox, Greg wrote: > Working with ambiguous nucleotides, I've had to add a method to > SimpleTranslationTable; > > public void setTranslation(Symbol from, Symbol to) > throws IllegalSymbolException > > This supplements setTranslation(AtomicSymbol, At

[Biojava-l] Change to SimpleTranslationTable

2001-10-22 Thread Cox, Greg
Working with ambiguous nucleotides, I've had to add a method to SimpleTranslationTable; public void setTranslation(Symbol from, Symbol to) throws IllegalSymbolException This supplements setTranslation(AtomicSymbol, AtomicSymbol). Will this cause problems for anyone if I commit it? Greg