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
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