JAL-2301 made T hydrophobic as per the cited conservation method
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 8 Nov 2016 15:47:30 +0000 (15:47 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 8 Nov 2016 15:47:30 +0000 (15:47 +0000)
src/jalview/schemes/ResidueProperties.java
test/jalview/schemes/ResiduePropertiesTest.java

index f855fde..4d46279 100755 (executable)
@@ -935,7 +935,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);
   }
 
index 41d7448..be6a10c 100644 (file)
@@ -1570,7 +1570,7 @@ public class ResiduePropertiesTest
     checkProperty("polar", "YWHRKTSNDEQ-*X");
     checkProperty("positive", "HKR-*");
     checkProperty("proline", "P-*");
-    checkProperty("hydrophobic", "MILVFYWHKCGAC-*X");
+    checkProperty("hydrophobic", "MILVFYWHKTGAC-*X");
   }
 
   /**