X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=blobdiff_plain;f=src%2Fext%2Fedu%2Fucsf%2Frbvi%2Fstrucviz2%2FStructureManager.java;h=f7dba792be3cb627bd303cba91e9d7ea431dddc0;hp=044489549ff7cd21e9bc60c197ba2d67967bd8f3;hb=14e1f9dbb9c7a4535734fd3be7ddeee2a5ae72dc;hpb=2c1fabdc3d0b711ebcc844c846fefa61d4e58bd8 diff --git a/src/ext/edu/ucsf/rbvi/strucviz2/StructureManager.java b/src/ext/edu/ucsf/rbvi/strucviz2/StructureManager.java index 0444895..f7dba79 100644 --- a/src/ext/edu/ucsf/rbvi/strucviz2/StructureManager.java +++ b/src/ext/edu/ucsf/rbvi/strucviz2/StructureManager.java @@ -75,8 +75,8 @@ public class StructureManager "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.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", @@ -1017,7 +1017,8 @@ public class StructureManager { for (String root : new String[] { "\\Program Files", "C:\\Program Files", "\\Program Files (x86)", - "C:\\Program Files (x86)", String.format("%s\\AppData\\Local", System.getProperty("user.home"))}) + "C:\\Program Files (x86)", String.format("%s\\AppData\\Local", + System.getProperty("user.home")) }) { String[] candidates = isChimeraX ? CHIMERAX_VERSIONS : CHIMERA_VERSIONS;