*/
package ext.edu.ucsf.rbvi.strucviz2;
-import jalview.bin.Cache;
-import jalview.gui.Preferences;
-
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
+import jalview.bin.Cache;
+import jalview.gui.Preferences;
+
/**
* This object maintains the relationship between Chimera objects and Cytoscape
* objects.
"C:\\Program Files", "\\Program Files (x86)",
"C:\\Program Files (x86)" })
{
- for (String version : new String[] { "1.11", "1.11.1", "1.11.2",
- "1.12", "1.12.1", "1.12.2", "1.13" })
+ /*
+ * May 2020: 1.14 is the latest, anticipating a few more...
+ * see https://www.cgl.ucsf.edu/chimera/download.html
+ */
+ for (String version : 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" })
{
pathList.add(root + "\\Chimera " + version + "\\bin\\" + chimera);
pathList.add(