[Biojava-dev] apidoc in org.biojava.bio.symbol.SimpleSymbolList
Micha Sammeth
gmicha at gmail.com
Sat Aug 1 15:49:50 UTC 2009
Hi,
the class header in my copy (1.7) contains the example
..
FiniteAlphabet dna = (FiniteAlphabet)
AlphabetManager.alphabetForName("DNA");
SymbolParser parser = dna.getParser("token");
..
but the version I check out from the CVS does not contain a method
FiniteAlphabet.getParser(). I think it should read
parser = dna.getTokenization("token");
right? Just wanted to bring to attention..
Best,
micha.
More information about the biojava-dev
mailing list