JAL-2388 Unit tests take 2
[jalview.git] / src / jalview / schemes / ResidueProperties.java
index f855fde..406814a 100755 (executable)
@@ -625,13 +625,6 @@ public class ResidueProperties
     scoreMatrices.put("DNA", new ScoreMatrix("DNA", DNA, 1));
   }
 
-  public static final Color[] pidColours = { midBlue,
-      new Color(153, 153, 255),
-      // Color.lightGray,
-      new Color(204, 204, 255), };
-
-  public static final float[] pidThresholds = { 80, 60, 40, };
-
   public static List<String> STOP = Arrays.asList("TGA", "TAA", "TAG");
 
   public static String START = "ATG";
@@ -935,7 +928,7 @@ public class ResidueProperties
     hydrophobic.put("D", ZERO);
     hydrophobic.put("N", ZERO);
     hydrophobic.put("S", ZERO);
-    hydrophobic.put("T", ZERO);
+    hydrophobic.put("T", ONE);
     hydrophobic.put("P", ZERO);
   }