bug for clients using NJTree directly - pwtype should be valid score
authorjprocter <jprocter@compbio.dundee.ac.uk>
Mon, 30 May 2011 06:35:37 +0000 (07:35 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Mon, 30 May 2011 06:35:37 +0000 (07:35 +0100)
matrix or PID, otherwise it is set by default to BLOSUM62

src/jalview/analysis/NJTree.java [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index e11e1f5..e5c1643
@@ -237,7 +237,7 @@ public class NJTree
     {
       if (ResidueProperties.getScoreMatrix(pwtype) == null)
       {
-        type = "BLOSUM62";
+        pwtype = "BLOSUM62";
       }
     }