JAL-1483 register feature similarity model
authorJim Procter <jprocter@dundee.ac.uk>
Wed, 7 Jan 2015 17:33:11 +0000 (17:33 +0000)
committerJim Procter <jprocter@dundee.ac.uk>
Wed, 7 Jan 2015 17:33:11 +0000 (17:33 +0000)
src/jalview/schemes/ResidueProperties.java

index 8acf1f2..d13f0a9 100755 (executable)
@@ -20,6 +20,7 @@
  */
 package jalview.schemes;
 
+import jalview.analysis.scoremodels.FeatureScoreModel;
 import jalview.analysis.scoremodels.PIDScoreModel;
 import jalview.api.analysis.ScoreModelI;
 
@@ -1498,6 +1499,7 @@ public class ResidueProperties
     // scoreMatrices.put("Conservation EnhPos", new
     // ScoreMatrix("Conservation EnhPos",propMatrixEpos,0));
     scoreMatrices.put("PID", new PIDScoreModel());
+    scoreMatrices.put("Displayed Features", new FeatureScoreModel());
   }
 
   private ResidueProperties()