(JAL-1013) gap character index for each sequence alphabet
authorjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 8 Dec 2011 17:17:44 +0000 (17:17 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 8 Dec 2011 17:17:44 +0000 (17:17 +0000)
src/jalview/schemes/ResidueProperties.java

index a78a079..bc15298 100755 (executable)
@@ -95,6 +95,15 @@ public class ResidueProperties
     // extend subt. matrices
   }
 
+  /**
+   * maximum (gap) index for matrices involving protein alphabet 
+   */
+  public final static int maxProteinIndex=23;
+  /**
+   * maximum (gap) index for matrices involving nucleotide alphabet 
+   */
+  public final static int maxNucleotideIndex=10;
+  
   static
   {
     nucleotideIndex = new int[255];