RE: [Biojava-l] anger error
ember 2003 9:43 p.m. > To: [EMAIL PROTECTED] > Subject: [Biojava-l] anger error > > > Hi, > > Trying to implement this bit from biojava in anger ("How do > count the > residues in a sequence"). > > Co
[Biojava-l] anger error
Hi, Trying to implement this bit from biojava in anger ("How do count the residues in a sequence"). Count counts = new IndexedCount ((FiniteAlphabet)seq.getAlphabet()); //iterate through the Symbols in seq f
