JAL-4386 Added preferences for secondary structure consensus and it is
[jalview.git] / src / jalview / analysis / scoremodels / ScoreModels.java
index 1c47968..f591c8e 100644 (file)
@@ -146,6 +146,9 @@ public class ScoreModels
 
   public void registerScoreModel(ScoreModelI sm)
   {
+    if(sm.getName().equals("SECONDARYSTRUCTURE")) {
+      return;
+    }
     ScoreModelI sm2 = models.get(sm.getName());
     if (sm2 != null)
     {