Merge branch 'develop' into features/JAL-2393customMatrices
[jalview.git] / src / jalview / viewmodel / PCAModel.java
index 0623dab..4ad6d48 100644 (file)
@@ -44,7 +44,7 @@ public class PCAModel
     seqstrings = seqstrings2;
     seqs = seqs2;
     nucleotide = nucleotide2;
-    score_matrix = nucleotide2 ? "PID" : "BLOSUM62";
+    score_matrix = nucleotide2 ? "DNA" : "BLOSUM62";
   }
 
   private volatile PCA pca;