JAL-34 - quick hack to see how we can do alignment comparison for splitframes linking...
[jalview.git] / src / jalview / analysis / scoremodels / ScoreModels.java
index 3def8c3..95e114e 100644 (file)
@@ -181,4 +181,9 @@ public class ScoreModels
   {
     return PAM250;
   }
+  public ScoreMatrix getFOLDSEEK3DI()
+  {
+    return FOLDSEEK3DI;
+  }
+  
 }