JAL-3855 detect an alphafold model and import its temperature factor as reliability
[jalview.git] / test / mc_view / PDBChainTest.java
index 0f748ce..14ec1e7 100644 (file)
@@ -68,7 +68,7 @@ public class PDBChainTest
   {
     System.out.println("setup");
     StructureImportSettings.setShowSeqFeatures(true);
-    c = new PDBChain("1GAQ", "A");
+    c = new PDBChain("1GAQ", "A", false);
   }
 
   @Test(groups = { "Functional" })