[Biojava-l] Change to SimpleTranslationTable

Cox, Greg gcox@netgenics.com
Mon, 22 Oct 2001 10:52:41 -0400


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