JAL-4386 - Implementation of substitution matrix and test cases.
[jalview.git] / test / jalview / gui / StructureChooserTest.java
index dd5cd4c..91c8bbc 100644 (file)
@@ -394,27 +394,27 @@ public class StructureChooserTest
         { "examples/uniref50.fa", "FER1_SPIOL",
             "examples/AlphaFold/AF-P00221-F1-model_v4.cif", TFType.DEFAULT,
             "examples/AlphaFold/AF-P00221-F1-predicted_aligned_error_v4.json",
-            true, false, null, 15, 7, 0, null },
+            true, false, null, 15, 8, 0, null },
         { "examples/uniref50.fa", "FER1_SPIOL",
             "examples/AlphaFold/AF-P00221-F1-model_v4.cif", TFType.PLDDT,
             "examples/AlphaFold/AF-P00221-F1-predicted_aligned_error_v4.json",
-            true, false, null, 15, 7, 0, null },
+            true, false, null, 15, 8, 0, null },
         { "examples/uniref50.fa", "FER1_SPIOL",
             "examples/AlphaFold/AF-P00221-F1-model_v4.cif", TFType.PLDDT,
             "examples/AlphaFold/AF-P00221-F1-predicted_aligned_error_v4.json",
-            false, false, null, 15, 4, 0, null },
+            false, false, null, 15, 5, 0, null },
         { "examples/uniref50.fa", "FER1_SPIOL",
             "examples/AlphaFold/AF-P00221-F1-model_v4.cif", TFType.DEFAULT,
             "examples/AlphaFold/AF-P00221-F1-predicted_aligned_error_v4.json",
-            true, false, ViewerType.JMOL, 15, 7, 1, null },
+            true, false, ViewerType.JMOL, 15, 8, 1, null },
         { "examples/uniref50.fa", "FER1_SPIOL",
             "examples/AlphaFold/AF-P00221-F1-model_v4.cif", TFType.PLDDT,
             "examples/AlphaFold/AF-P00221-F1-predicted_aligned_error_v4.json",
-            true, false, ViewerType.JMOL, 15, 7, 1, null },
+            true, false, ViewerType.JMOL, 15, 8, 1, null },
         { "examples/uniref50.fa", "FER1_SPIOL",
             "examples/AlphaFold/AF-P00221-F1-model_v4.cif", TFType.PLDDT,
             "examples/AlphaFold/AF-P00221-F1-predicted_aligned_error_v4.json",
-            false, false, ViewerType.JMOL, 15, 4, 1, null }, };
+            false, false, ViewerType.JMOL, 15, 5, 1, null }, };
   }
 
 }