JAL-838 move two callers off Comparison.PID and deprecate it
[jalview.git] / src / jalview / analysis / scoremodels / PIDModel.java
index 86d52b5..9500df4 100644 (file)
@@ -103,7 +103,7 @@ public class PIDModel implements SimilarityScoreModelI,
    * @param options
    * @return
    */
-  protected static double computePID(String seq1, String seq2,
+  public static double computePID(String seq1, String seq2,
           SimilarityParamsI options)
   {
     int len1 = seq1.length();