X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fext%2Fedu%2Fucsf%2Frbvi%2Fstrucviz2%2FStructureManager.java;h=85d0defd92aa12b4396244bb745c2e0aa88c8fdf;hb=2f72ceec7e2041c0a1a152652da0baf3afbcd3b2;hp=f7dba792be3cb627bd303cba91e9d7ea431dddc0;hpb=cdc539ef6f32d74747ab857831268dd5954b28f5;p=jalview.git 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",