JAL-1512 comment out for 2.8.1 release
authorJim Procter <jprocter@dundee.ac.uk>
Tue, 3 Jun 2014 09:22:01 +0000 (10:22 +0100)
committerJim Procter <jprocter@dundee.ac.uk>
Tue, 3 Jun 2014 09:22:01 +0000 (10:22 +0100)
src/jalview/schemes/ResidueProperties.java

index 56faf2a..0cd4cba 100755 (executable)
@@ -1472,10 +1472,10 @@ public class ResidueProperties
       propMatrixPos[i][i]=maxP;
       propMatrixEpos[i][i]=maxEP;
     }
-    
-    scoreMatrices.put("Conservation Pos", new ScoreMatrix("Conservation Pos",propMatrixPos,0));
-    scoreMatrices.put("Conservation Both", new ScoreMatrix("Conservation Both",propMatrixF,0));
-    scoreMatrices.put("Conservation EnhPos", new ScoreMatrix("Conservation EnhPos",propMatrixEpos,0));
+    // JAL-1512 comment out physicochemical score matrices for 2.8.1 release
+    //scoreMatrices.put("Conservation Pos", new ScoreMatrix("Conservation Pos",propMatrixPos,0));
+    //scoreMatrices.put("Conservation Both", new ScoreMatrix("Conservation Both",propMatrixF,0));
+    //scoreMatrices.put("Conservation EnhPos", new ScoreMatrix("Conservation EnhPos",propMatrixEpos,0));
     scoreMatrices.put("PID", new PIDScoreModel());
   }