JAL-3855 bump AF version to 3 - keep contact renderer happy by filling out maxcols...
authorJim Procter <j.procter@dundee.ac.uk>
Mon, 17 Oct 2022 11:49:02 +0000 (12:49 +0100)
committerJim Procter <j.procter@dundee.ac.uk>
Mon, 17 Oct 2022 11:49:02 +0000 (12:49 +0100)
src/jalview/ws/datamodel/alphafold/PAEContactMatrix.java
src/jalview/ws/dbsources/EBIAlfaFold.java

index 8b6771e..3a8e26a 100644 (file)
@@ -75,6 +75,8 @@ public class PAEContactMatrix implements ContactMatrixI
       row++;
       col = 0;
     }
+    maxcol = length;
+    maxrow = length;
   }
 
   /**
index ba78199..f98ae6d 100644 (file)
@@ -61,7 +61,7 @@ public class EBIAlfaFold extends EbiFileRetrievedProxy
 
   private static final int PDB_ID_LENGTH = 4;
 
-  private static String AF_VERSION = "2";
+  private static String AF_VERSION = "3";
 
   public EBIAlfaFold()
   {