From: Ben Soares Date: Mon, 20 Nov 2023 13:40:53 +0000 (+0000) Subject: JAL-4348 Add newer versions of Chimera and ChimeraX to the version whitelist X-Git-Tag: Release_2_11_3_1~1^2~2 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=2f72ceec7e2041c0a1a152652da0baf3afbcd3b2 JAL-4348 Add newer versions of Chimera and ChimeraX to the version whitelist --- diff --git a/src/ext/edu/ucsf/rbvi/strucviz2/StructureManager.java b/src/ext/edu/ucsf/rbvi/strucviz2/StructureManager.java index f7dba79..85d0def 100644 --- a/src/ext/edu/ucsf/rbvi/strucviz2/StructureManager.java +++ b/src/ext/edu/ucsf/rbvi/strucviz2/StructureManager.java @@ -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",