Merge branch 'patch/JAL-4345_pae_epas1_doubleclick' into develop
authorJames Procter <j.procter@dundee.ac.uk>
Wed, 22 Nov 2023 10:28:18 +0000 (10:28 +0000)
committerJames Procter <j.procter@dundee.ac.uk>
Wed, 22 Nov 2023 10:28:18 +0000 (10:28 +0000)
src/ext/edu/ucsf/rbvi/strucviz2/StructureManager.java

index f7dba79..85d0def 100644 (file)
@@ -69,14 +69,16 @@ public class StructureManager
    * May 2020: 1.14 is Chimera latest, anticipating a few more...
    * 0.93 is ChimeraX latest, 1.0 expected soon
    */
-  private static String[] CHIMERA_VERSIONS = new String[] { "1.16.2",
-      "1.16.1", "1.16", "1.15.2", "1.15.1", "1.15", "1.14.2", "1.14.1",
-      "1.14", "1.13.1", "1.13", "1.12.2", "1.12.1", "1.12", "1.11.2",
-      "1.11.2", "1.11.1", "1.11" };
+  private static String[] CHIMERA_VERSIONS = new String[] { "1.18",
+      "1.17.4", "1.17.3", "1.17.2", "1.17.1", "1.17", "1.16.2", "1.16.1",
+      "1.16", "1.15.2", "1.15.1", "1.15", "1.14.2", "1.14.1", "1.14",
+      "1.13.1", "1.13", "1.12.2", "1.12.1", "1.12", "1.11.2", "1.11.2",
+      "1.11.1", "1.11" };
 
   // Missing 1.1 as this has known bug see JAL-2422
-  private static String[] CHIMERAX_VERSIONS = new String[] { "1.3", "1.2.5",
-      "1.0", "0.93", "0.92", "0.91", "0.9" };
+  private static String[] CHIMERAX_VERSIONS = new String[] { "1.7", "1.6.1",
+      "1.6", "1.5", "1.4", "1.3", "1.2.5", "1.0", "0.93", "0.92", "0.91",
+      "0.9" };
 
   static final String[] defaultStructureKeys = { "Structure", "pdb",
       "pdbFileName", "PDB ID", "structure", "biopax.xref.PDB", "pdb_ids",