Any character non aa or nucleotide is a space
[jalview.git] / src / jalview / analysis / Conservation.java
index 99c6e89..b1cc250 100755 (executable)
@@ -157,7 +157,7 @@ public class Conservation
 
       for (int i = start; i <= end; i++)
         {
-            values = new int[132];
+            values = new int[255];
 
             for (j = 0; j < jSize; j++)
             {