From: Jim Procter Date: Tue, 3 Jun 2014 09:22:01 +0000 (+0100) Subject: JAL-1512 comment out for 2.8.1 release X-Git-Tag: Release_2_8_1~4^2~5^2~13 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=ac3d9833fe58e6d40db34203eea222ea3c10c3f0;p=jalview.git JAL-1512 comment out for 2.8.1 release --- diff --git a/src/jalview/schemes/ResidueProperties.java b/src/jalview/schemes/ResidueProperties.java index 56faf2a..0cd4cba 100755 --- a/src/jalview/schemes/ResidueProperties.java +++ b/src/jalview/schemes/ResidueProperties.java @@ -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()); }