Re: [Biojava-l] Gap Problem

2001-06-28 Thread Thomas Down
On Thu, Jun 28, 2001 at 12:58:09PM -0700, Emig, Robin wrote: > > Is there any reason why the following line should return false if the > current symbol is the > gap symbol? > > ((sl.symbolAt(i) == sl.getAlphabet().getGapSymbol()) > > I tried this simple code and s=AlphabetManager$GapSymbol, b

[Biojava-l] Gap Problem

2001-06-28 Thread Emig, Robin
Is there any reason why the following line should return false if the current symbol is the gap symbol? ((sl.symbolAt(i) == sl.getAlphabet().getGapSymbol()) I tried this simple code and s=AlphabetManager$GapSymbol, but sl1.getAlphabet.getGapSymbol()== a simple basis symbol. What gives, why di