JAL-3811 document SHOW_JWS2_SERVICES user preference and provide new menu option...
[jalview.git] / src / jalview / bin / Cache.java
1 /*
2  * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
3  * Copyright (C) $$Year-Rel$$ The Jalview Authors
4  * 
5  * This file is part of Jalview.
6  * 
7  * Jalview is free software: you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License 
9  * as published by the Free Software Foundation, either version 3
10  * of the License, or (at your option) any later version.
11  *  
12  * Jalview is distributed in the hope that it will be useful, but 
13  * WITHOUT ANY WARRANTY; without even the implied warranty 
14  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
15  * PURPOSE.  See the GNU General Public License for more details.
16  * 
17  * You should have received a copy of the GNU General Public License
18  * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
19  * The Jalview Authors are detailed in the 'AUTHORS' file.
20  */
21 package jalview.bin;
22
23 import java.awt.Color;
24 import java.io.BufferedReader;
25 import java.io.File;
26 import java.io.FileInputStream;
27 import java.io.FileOutputStream;
28 import java.io.InputStream;
29 import java.io.InputStreamReader;
30 import java.io.PrintWriter;
31 import java.io.StringWriter;
32 import java.text.DateFormat;
33 import java.text.SimpleDateFormat;
34 import java.util.Collections;
35 import java.util.Date;
36 import java.util.Enumeration;
37 import java.util.Locale;
38 import java.util.Properties;
39 import java.util.StringTokenizer;
40 import java.util.TreeSet;
41 import java.util.regex.Pattern;
42
43 import javax.swing.LookAndFeel;
44 import javax.swing.UIManager;
45
46 import org.apache.log4j.ConsoleAppender;
47 import org.apache.log4j.Level;
48 import org.apache.log4j.Logger;
49 import org.apache.log4j.SimpleLayout;
50
51 import jalview.datamodel.PDBEntry;
52 import jalview.gui.UserDefinedColours;
53 import jalview.schemes.ColourSchemeLoader;
54 import jalview.schemes.ColourSchemes;
55 import jalview.schemes.UserColourScheme;
56 import jalview.structure.StructureImportSettings;
57 import jalview.urls.IdOrgSettings;
58 import jalview.util.ColorUtils;
59 import jalview.ws.sifts.SiftsSettings;
60
61 /**
62  * Stores and retrieves Jalview Application Properties Lists and fields within
63  * list entries are separated by '|' symbols unless otherwise stated (|) clauses
64  * are alternative values for a tag. <br>
65  * <br>
66  * Current properties include:
67  * <ul>
68  * <br>
69  * logs.Axis.Level - one of the stringified Levels for log4j controlling the
70  * logging level for axis (used for web services) <br>
71  * </li>
72  * <li>logs.Castor.Level - one of the stringified Levels for log4j controlling
73  * the logging level for castor (used for serialization) <br>
74  * </li>
75  * <li>logs.Jalview.Level - Cache.log stringified level. <br>
76  * </li>
77  * <li>SCREEN_WIDTH</li>
78  * <li>SCREEN_HEIGHT</li>
79  * <li>SCREEN_Y=285</li>
80  * <li>SCREEN_X=371</li>
81  * <li>SHOW_FULLSCREEN boolean</li>
82  * <li>FONT_NAME java font name for alignment text display</li>
83  * <li>FONT_SIZE size of displayed alignment text</li>
84  * <li>FONT_STYLE style of font displayed (sequence labels are always
85  * italic)</li>
86  * <li>GAP_SYMBOL character to treat as gap symbol (usually -,.,' ')</li>
87  * <li>LAST_DIRECTORY last directory for browsing alignment</li>
88  * <li>USER_DEFINED_COLOURS list of user defined colour scheme files</li>
89  * <li>SHOW_FULL_ID show id with '/start-end' numbers appended</li>
90  * <li>SHOW_IDENTITY show percentage identity annotation</li>
91  * <li>SHOW_QUALITY show alignment quality annotation</li>
92  * <li>SHOW_ANNOTATIONS show alignment annotation rows</li>
93  * <li>SHOW_CONSERVATION show alignment conservation annotation</li>
94  * <li>SORT_ANNOTATIONS currently either SEQUENCE_AND_LABEL or
95  * LABEL_AND_SEQUENCE</li>
96  * <li>SHOW_AUTOCALC_ABOVE true to show autocalculated annotations above
97  * sequence annotations</li>
98  * <li>CENTRE_COLUMN_LABELS centre the labels at each column in a displayed
99  * annotation row</li>
100  * <li>DEFAULT_COLOUR default colour scheme to apply for a new alignment</li>
101  * <li>DEFAULT_FILE_FORMAT file format used to save</li>
102  * <li>STARTUP_FILE file loaded on startup (may be a fully qualified url)</li>
103  * <li>SHOW_STARTUP_FILE flag to control loading of startup file</li>
104  * <li>VERSION the version of the jalview build</li>
105  * <li>BUILD_DATE date of this build</li>
106  * <li>LATEST_VERSION the latest jalview version advertised on the
107  * www.jalview.org</li>
108  * <li>PIR_MODELLER boolean indicating if PIR files are written with MODELLER
109  * descriptions</li>
110  * <li>(FASTA,MSF,PILEUP,CLUSTAL,BLC,PIR,PFAM)_JVSUFFIX boolean for adding jv
111  * suffix to file</li>
112  * <li>RECENT_URL list of recently retrieved URLs</li>
113  * <li>RECENT_FILE list of recently opened files</li>
114  * <li>USE_PROXY flag for whether a http proxy is to be used</li>
115  * <li>PROXY_SERVER the proxy</li>
116  * <li>PROXY_PORT</li>
117  * <li>NOQUESTIONNAIRES true to prevent jalview from checking the questionnaire
118  * service</li>
119  * <li>QUESTIONNAIRE last questionnaire:responder id string from questionnaire
120  * service</li>
121  * <li>USAGESTATS (false - user prompted) Enable google analytics tracker for
122  * collecting usage statistics</li>
123  * <li>SHOW_OVERVIEW boolean for overview window display</li>
124  * <li>ANTI_ALIAS boolean for smooth fonts</li>
125  * <li>RIGHT_ALIGN_IDS boolean</li>
126  * <li>AUTO_CALC_CONSENSUS boolean for automatic recalculation of consensus</li>
127  * <li>PAD_GAPS boolean</li>
128  * <li>ID_ITALICS boolean</li>
129  * <li>SHOW_JV_SUFFIX</li>
130  * <li>WRAP_ALIGNMENT</li>
131  * <li>EPS_RENDERING (Prompt each time|Lineart|Text) default for EPS rendering
132  * style check</li>
133  * <li>SORT_ALIGNMENT (No sort|Id|Pairwise Identity)</li>
134  * <li>SEQUENCE_LINKS list of name|URL pairs for opening a url with
135  * $SEQUENCE_ID$</li>
136  * <li>STORED_LINKS list of name|url pairs which user has entered but are not
137  * currently used
138  * <li>DEFAULT_LINK name of single url to be used when user double clicks a
139  * sequence id (must be in SEQUENCE_LINKS or STORED_LINKS)
140  * <li>GROUP_LINKS list of name|URL[|&lt;separator&gt;] tuples - see
141  * jalview.utils.GroupURLLink for more info</li>
142  * <li>DEFAULT_BROWSER for unix</li>
143  * <li>SHOW_MEMUSAGE boolean show memory usage and warning indicator on desktop
144  * (false)</li>
145  * <li>VERSION_CHECK (true) check for the latest release version from
146  * www.jalview.org (or the alias given by the www.jalview.org property)</li>
147  * <li>SHOW_NPFEATS_TOOLTIP (true) show non-positional features in the Sequence
148  * ID tooltip</li>
149  * <li>SHOW_DBREFS_TOOLTIP (true) show Database Cross References in the Sequence
150  * ID tooltip</li>
151  * <li>SHOW_UNCONSERVED (false) only render unconserved residues - conserved
152  * displayed as '.'</li>
153  * <li>SORT_BY_TREE (false) sort the current alignment view according to the
154  * order of a newly displayed tree</li>
155  * <li>DBFETCH_USEPICR (false) use PICR to recover valid DB references from
156  * sequence ID strings before attempting retrieval from any datasource</li>
157  * <li>SHOW_GROUP_CONSENSUS (false) Show consensus annotation for groups in the
158  * alignment.</li>
159  * <li>SHOW_GROUP_CONSERVATION (false) Show conservation annotation for groups
160  * in the alignment.</li>
161  * <li>SHOW_CONSENSUS_HISTOGRAM (false) Show consensus annotation row's
162  * histogram.</li>
163  * <li>SHOW_CONSENSUS_LOGO (false) Show consensus annotation row's sequence
164  * logo.</li>
165  * <li>NORMALISE_CONSENSUS_LOGO (false) Show consensus annotation row's sequence
166  * logo normalised to row height rather than histogram height.</li>
167  * <li>FOLLOW_SELECTIONS (true) Controls whether a new alignment view should
168  * respond to selections made in other alignments containing the same sequences.
169  * </li>
170  * <li>SHOW_JWS2_SERVICES (true) when set to false, jalview will not
171  * auto-discover JABAWS services</li>
172  * <li>JWS2HOSTURLS comma-separated list of URLs to try for JABAWS services</li>
173  * <li>SHOW_WSDISCOVERY_ERRORS (true) Controls if the web service URL discovery
174  * warning dialog box is displayed.</li>
175  * <li>ANNOTATIONCOLOUR_MIN (orange) Shade used for minimum value of annotation
176  * when shading by annotation</li>
177  * <li>ANNOTATIONCOLOUR_MAX (red) Shade used for maximum value of annotation
178  * when shading by annotation</li>
179  * <li>www.jalview.org (https://www.jalview.org) a property enabling all HTTP
180  * requests to be redirected to a mirror of https://www.jalview.org</li>
181  * <li>FIGURE_AUTOIDWIDTH (false) Expand the left hand column of an exported
182  * alignment figure to accommodate even the longest sequence ID or annotation
183  * label.</li>
184  * <li>FIGURE_FIXEDIDWIDTH Specifies the width to use for the left-hand column
185  * when exporting an alignment as a figure (setting FIGURE_AUTOIDWIDTH to true
186  * will override this).</li>
187  * <li>STRUCT_FROM_PDB (false) derive secondary structure annotation from PDB
188  * record</li>
189  * <li>USE_RNAVIEW (false) use RNAViewer to derive secondary structure</li>
190  * <li>ADD_SS_ANN (false) add secondary structure annotation to alignment
191  * display</li>
192  * <li>ADD_TEMPFACT_ANN (false) add Temperature Factor annotation to alignment
193  * display</li>
194  * <li>STRUCTURE_DISPLAY choose from JMOL (default) or CHIMERA for 3D structure
195  * display</li>
196  * <li>CHIMERA_PATH specify full path to Chimera program (if non-standard)</li>
197  * <li>ID_ORG_HOSTURL location of jalview service providing identifiers.org urls
198  * </li>
199  * 
200  * <li>NONEWS - when set disables Jalview News from automatically appearing</li>
201  * </ul>
202  * Deprecated settings:
203  * <ul>
204  * *
205  * <li>DISCOVERY_START - Boolean - controls if discovery services are queried on
206  * startup (JWS1 services only)</li>
207  * <li>DISCOVERY_URLS - comma separated list of Discovery Service endpoints.
208  * (JWS1 services only)</li>
209  * <li>SHOW_JWS1_SERVICES (true) enable or disable the original Jalview 2
210  * services in the desktop GUI</li>
211  * <li>ENABLE_RSBS_EDITOR (false for 2.7 release) enable or disable RSBS editing
212  * panel in web service preferences</li>
213  * </ul>
214  * 
215  * @author $author$
216  * @version $Revision$
217  */
218 public class Cache
219 {
220   /**
221    * property giving log4j level for CASTOR loggers
222    */
223   public static final String CASTORLOGLEVEL = "logs.Castor.level";
224
225   /**
226    * property giving log4j level for AXIS loggers
227    */
228   public static final String AXISLOGLEVEL = "logs.Axis.level";
229
230   /**
231    * property giving log4j level for Jalview Log
232    */
233   public static final String JALVIEWLOGLEVEL = "logs.Jalview.level";
234
235   /**
236    * Sifts settings
237    */
238   public static final String DEFAULT_SIFTS_DOWNLOAD_DIR = System
239           .getProperty("user.home") + File.separatorChar
240           + ".sifts_downloads" + File.separatorChar;
241
242   private final static String DEFAULT_CACHE_THRESHOLD_IN_DAYS = "2";
243
244   private final static String DEFAULT_FAIL_SAFE_PID_THRESHOLD = "30";
245
246   /**
247    * Identifiers.org download settings
248    */
249   private static final String ID_ORG_FILE = System.getProperty("user.home")
250           + File.separatorChar + ".identifiers.org.ids.json";
251
252   /**
253    * Allowed values are PDB or mmCIF
254    */
255   private final static String PDB_DOWNLOAD_FORMAT = PDBEntry.Type.MMCIF
256           .toString();
257
258   private final static String DEFAULT_PDB_FILE_PARSER = StructureImportSettings.StructureParser.JMOL_PARSER
259           .toString();
260
261   /*
262    * a date formatter using a fixed (rather than the user's) locale; 
263    * this ensures that date properties can be written and re-read successfully
264    * even if the user changes their locale setting
265    */
266   private static final DateFormat date_format = SimpleDateFormat
267           .getDateTimeInstance(SimpleDateFormat.MEDIUM,
268                   SimpleDateFormat.MEDIUM, Locale.UK);
269
270   /**
271    * Initialises the Jalview Application Log
272    */
273   public static Logger log;
274
275   /** Jalview Properties */
276   public static Properties applicationProperties = new Properties()
277   {
278     // override results in properties output in alphabetical order
279     @Override
280     public synchronized Enumeration<Object> keys()
281     {
282       return Collections.enumeration(new TreeSet<>(super.keySet()));
283     }
284   };
285
286   /** Default file is ~/.jalview_properties */
287   static String propertiesFile;
288
289   private static boolean propsAreReadOnly = false;
290
291   public static void initLogger()
292   {
293     if (log != null)
294     {
295       return;
296     }
297     try
298     {
299       // TODO: redirect stdout and stderr here in order to grab the output of
300       // the log
301
302       ConsoleAppender ap = new ConsoleAppender(new SimpleLayout(),
303               "System.err");
304       ap.setName("JalviewLogger");
305       org.apache.log4j.Logger.getRootLogger().addAppender(ap); // catch all for
306       // log output
307       Logger laxis = Logger.getLogger("org.apache.axis");
308       Logger lcastor = Logger.getLogger("org.exolab.castor");
309       jalview.bin.Cache.log = Logger.getLogger("jalview.bin.Jalview");
310
311       laxis.setLevel(Level.toLevel(
312               Cache.getDefault("logs.Axis.Level", Level.INFO.toString())));
313       lcastor.setLevel(Level.toLevel(Cache.getDefault("logs.Castor.Level",
314               Level.INFO.toString())));
315       lcastor = Logger.getLogger("org.exolab.castor.xml");
316       lcastor.setLevel(Level.toLevel(Cache.getDefault("logs.Castor.Level",
317               Level.INFO.toString())));
318       // lcastor = Logger.getLogger("org.exolab.castor.xml.Marshaller");
319       // lcastor.setLevel(Level.toLevel(Cache.getDefault("logs.Castor.Level",
320       // Level.INFO.toString())));
321       // we shouldn't need to do this
322       org.apache.log4j.Logger.getRootLogger()
323               .setLevel(org.apache.log4j.Level.INFO);
324
325       jalview.bin.Cache.log.setLevel(Level.toLevel(Cache
326               .getDefault("logs.Jalview.level", Level.INFO.toString())));
327       // laxis.addAppender(ap);
328       // lcastor.addAppender(ap);
329       // jalview.bin.Cache.log.addAppender(ap);
330       // Tell the user that debug is enabled
331       jalview.bin.Cache.log.debug("Jalview Debugging Output Follows.");
332     } catch (Exception ex)
333     {
334       System.err.println("Problems initializing the log4j system\n");
335       ex.printStackTrace(System.err);
336     }
337   }
338
339   /**
340    * Loads properties from the given properties file. Any existing properties
341    * are first cleared.
342    */
343   public static void loadProperties(String propsFile)
344   {
345     propertiesFile = propsFile;
346     if (propsFile == null)
347     {
348       propertiesFile = System.getProperty("user.home") + File.separatorChar
349               + ".jalview_properties";
350     }
351     else
352     {
353       // don't corrupt the file we've been given.
354       propsAreReadOnly = true;
355     }
356
357     try
358     {
359       InputStream fis;
360       try
361       {
362         fis = new java.net.URL(propertiesFile).openStream();
363         System.out.println(
364                 "Loading jalview properties from : " + propertiesFile);
365         System.out.println(
366                 "Disabling Jalview writing to user's local properties file.");
367         propsAreReadOnly = true;
368
369       } catch (Exception ex)
370       {
371         fis = null;
372       }
373       if (fis == null)
374       {
375         fis = new FileInputStream(propertiesFile);
376       }
377       applicationProperties.clear();
378       applicationProperties.load(fis);
379
380       // remove any old build properties
381
382       deleteBuildProperties();
383       fis.close();
384     } catch (Exception ex)
385     {
386       System.out.println("Error reading properties file: " + ex);
387     }
388
389     if (getDefault("USE_PROXY", false))
390     {
391       String proxyServer = getDefault("PROXY_SERVER", ""),
392               proxyPort = getDefault("PROXY_PORT", "8080");
393
394       System.out.println("Using proxyServer: " + proxyServer
395               + " proxyPort: " + proxyPort);
396
397       System.setProperty("http.proxyHost", proxyServer);
398       System.setProperty("http.proxyPort", proxyPort);
399     }
400
401     // LOAD THE AUTHORS FROM THE authors.props file
402     try
403     {
404       String authorDetails = "jar:"
405               .concat(Cache.class.getProtectionDomain().getCodeSource()
406                       .getLocation().toString().concat("!/authors.props"));
407
408       java.net.URL localJarFileURL = new java.net.URL(authorDetails);
409
410       InputStream in = localJarFileURL.openStream();
411       applicationProperties.load(in);
412       in.close();
413     } catch (Exception ex)
414     {
415       System.out.println("Error reading author details: " + ex);
416       applicationProperties.remove("AUTHORS");
417       applicationProperties.remove("AUTHORFNAMES");
418       applicationProperties.remove("YEAR");
419     }
420
421     loadBuildProperties(false);
422
423     SiftsSettings
424             .setMapWithSifts(Cache.getDefault("MAP_WITH_SIFTS", false));
425
426     SiftsSettings.setSiftDownloadDirectory(jalview.bin.Cache
427             .getDefault("sifts_download_dir", DEFAULT_SIFTS_DOWNLOAD_DIR));
428
429     SiftsSettings.setFailSafePIDThreshold(
430             jalview.bin.Cache.getDefault("sifts_fail_safe_pid_threshold",
431                     DEFAULT_FAIL_SAFE_PID_THRESHOLD));
432
433     SiftsSettings.setCacheThresholdInDays(
434             jalview.bin.Cache.getDefault("sifts_cache_threshold_in_days",
435                     DEFAULT_CACHE_THRESHOLD_IN_DAYS));
436
437     IdOrgSettings.setUrl(getDefault("ID_ORG_HOSTURL",
438             "https://www.jalview.org/services/identifiers"));
439     IdOrgSettings.setDownloadLocation(ID_ORG_FILE);
440
441     StructureImportSettings.setDefaultStructureFileFormat(jalview.bin.Cache
442             .getDefault("PDB_DOWNLOAD_FORMAT", PDB_DOWNLOAD_FORMAT));
443     StructureImportSettings
444             .setDefaultPDBFileParser(DEFAULT_PDB_FILE_PARSER);
445     // StructureImportSettings
446     // .setDefaultPDBFileParser(jalview.bin.Cache.getDefault(
447     // "DEFAULT_PDB_FILE_PARSER", DEFAULT_PDB_FILE_PARSER));
448
449     String jnlpVersion = System.getProperty("jalview.version");
450
451     // jnlpVersion will be null if a latest version check for the channel needs
452     // to be done
453     // Dont do this check if running in headless mode
454
455     if (jnlpVersion == null && getDefault("VERSION_CHECK", true)
456             && (System.getProperty("java.awt.headless") == null || System
457                     .getProperty("java.awt.headless").equals("false")))
458     {
459
460       class VersionChecker extends Thread
461       {
462
463         @Override
464         public void run()
465         {
466           String buildPropertiesUrl = Cache.getAppbaseBuildProperties();
467
468           String orgtimeout = System
469                   .getProperty("sun.net.client.defaultConnectTimeout");
470           if (orgtimeout == null)
471           {
472             orgtimeout = "30";
473             System.out.println("# INFO: Setting default net timeout to "
474                     + orgtimeout + " seconds.");
475           }
476           String remoteVersion = null;
477           try
478           {
479             System.setProperty("sun.net.client.defaultConnectTimeout",
480                     "5000");
481             java.net.URL url = new java.net.URL(buildPropertiesUrl);
482
483             BufferedReader in = new BufferedReader(
484                     new InputStreamReader(url.openStream()));
485
486             Properties remoteBuildProperties = new Properties();
487             remoteBuildProperties.load(in);
488             remoteVersion = remoteBuildProperties.getProperty("VERSION");
489           } catch (Exception ex)
490           {
491             System.out
492                     .println("Non-fatal exception when checking version at "
493                             + buildPropertiesUrl + ":");
494             System.out.println(ex);
495             remoteVersion = getProperty("VERSION");
496           }
497           System.setProperty("sun.net.client.defaultConnectTimeout",
498                   orgtimeout);
499
500           setProperty("LATEST_VERSION", remoteVersion);
501         }
502       }
503
504       VersionChecker vc = new VersionChecker();
505       vc.start();
506     }
507     else
508     {
509       if (jnlpVersion != null)
510       {
511         setProperty("LATEST_VERSION", jnlpVersion);
512       }
513       else
514       {
515         applicationProperties.remove("LATEST_VERSION");
516       }
517     }
518
519     // LOAD USERDEFINED COLOURS
520     jalview.bin.Cache
521             .initUserColourSchemes(getProperty("USER_DEFINED_COLOURS"));
522     jalview.io.PIRFile.useModellerOutput = Cache.getDefault("PIR_MODELLER",
523             false);
524   }
525
526   public static void loadBuildProperties(boolean reportVersion)
527   {
528     String codeInstallation = getProperty("INSTALLATION");
529     boolean printV = codeInstallation == null;
530
531     // FIND THE VERSION NUMBER AND BUILD DATE FROM jalview.jar
532     try
533     {
534       String buildDetails = "jar:".concat(Cache.class.getProtectionDomain()
535               .getCodeSource().getLocation().toString()
536               .concat("!/.build_properties"));
537
538       java.net.URL localJarFileURL = new java.net.URL(buildDetails);
539
540       InputStream in = localJarFileURL.openStream();
541       applicationProperties.load(in);
542       in.close();
543     } catch (Exception ex)
544     {
545       System.out.println("Error reading build details: " + ex);
546       applicationProperties.remove("VERSION");
547     }
548     String codeVersion = getProperty("VERSION");
549     codeInstallation = getProperty("INSTALLATION");
550
551     if (codeVersion == null)
552     {
553       // THIS SHOULD ONLY BE THE CASE WHEN TESTING!!
554       codeVersion = "Test";
555       codeInstallation = "";
556     }
557     else
558     {
559       codeInstallation = " (" + codeInstallation + ")";
560     }
561     setProperty("VERSION", codeVersion);
562     new BuildDetails(codeVersion, null, codeInstallation);
563     if (printV && reportVersion)
564     {
565       System.out.println(
566               "Jalview Version: " + codeVersion + codeInstallation);
567     }
568   }
569
570   private static void deleteBuildProperties()
571   {
572     applicationProperties.remove("LATEST_VERSION");
573     applicationProperties.remove("VERSION");
574     applicationProperties.remove("AUTHORS");
575     applicationProperties.remove("AUTHORFNAMES");
576     applicationProperties.remove("YEAR");
577     applicationProperties.remove("BUILD_DATE");
578     applicationProperties.remove("INSTALLATION");
579   }
580
581   /**
582    * Gets Jalview application property of given key. Returns null if key not
583    * found
584    * 
585    * @param key
586    *          Name of property
587    * 
588    * @return Property value
589    */
590   public static String getProperty(String key)
591   {
592     return applicationProperties.getProperty(key);
593   }
594
595   /**
596    * These methods are used when checking if the saved preference is different
597    * to the default setting
598    */
599
600   public static boolean getDefault(String property, boolean def)
601   {
602     String string = getProperty(property);
603     if (string != null)
604     {
605       def = Boolean.valueOf(string).booleanValue();
606     }
607
608     return def;
609   }
610
611   public static int getDefault(String property, int def)
612   {
613     String string = getProperty(property);
614     if (string != null)
615     {
616       try
617       {
618         def = Integer.parseInt(string);
619       } catch (NumberFormatException e)
620       {
621         System.out.println("Error parsing int property '" + property
622                 + "' with value '" + string + "'");
623       }
624     }
625
626     return def;
627   }
628
629   /**
630    * These methods are used when checking if the saved preference is different
631    * to the default setting
632    */
633   public static String getDefault(String property, String def)
634   {
635     String string = getProperty(property);
636     if (string != null)
637     {
638       return string;
639     }
640
641     return def;
642   }
643
644   /**
645    * Stores property in the file "HOME_DIR/.jalview_properties"
646    * 
647    * @param key
648    *          Name of object
649    * @param obj
650    *          String value of property
651    * 
652    * @return previous value of property (or null)
653    */
654   public static Object setProperty(String key, String obj)
655   {
656     Object oldValue = null;
657     try
658     {
659       oldValue = applicationProperties.setProperty(key, obj);
660       if (propertiesFile != null && !propsAreReadOnly)
661       {
662         FileOutputStream out = new FileOutputStream(propertiesFile);
663         applicationProperties.store(out, "---JalviewX Properties File---");
664         out.close();
665       }
666     } catch (Exception ex)
667     {
668       System.out.println(
669               "Error setting property: " + key + " " + obj + "\n" + ex);
670     }
671     return oldValue;
672   }
673
674   /**
675    * remove the specified property from the jalview properties file
676    * 
677    * @param string
678    */
679   public static void removeProperty(String string)
680   {
681     applicationProperties.remove(string);
682     saveProperties();
683   }
684
685   /**
686    * save the properties to the jalview properties path
687    */
688   public static void saveProperties()
689   {
690     if (!propsAreReadOnly)
691     {
692       try
693       {
694         FileOutputStream out = new FileOutputStream(propertiesFile);
695         applicationProperties.store(out, "---JalviewX Properties File---");
696         out.close();
697       } catch (Exception ex)
698       {
699         System.out.println("Error saving properties: " + ex);
700       }
701     }
702   }
703
704   /**
705    * internal vamsas class discovery state
706    */
707   private static int vamsasJarsArePresent = -1;
708
709   /**
710    * Searches for vamsas client classes on class path.
711    * 
712    * @return true if vamsas client is present on classpath
713    */
714   public static boolean vamsasJarsPresent()
715   {
716     if (vamsasJarsArePresent == -1)
717     {
718       try
719       {
720         if (jalview.jbgui.GDesktop.class.getClassLoader()
721                 .loadClass("uk.ac.vamsas.client.VorbaId") != null)
722         {
723           jalview.bin.Cache.log.debug(
724                   "Found Vamsas Classes (uk.ac..vamsas.client.VorbaId can be loaded)");
725           vamsasJarsArePresent = 1;
726           Logger lvclient = Logger.getLogger("uk.ac.vamsas");
727           lvclient.setLevel(Level.toLevel(Cache
728                   .getDefault("logs.Vamsas.Level", Level.INFO.toString())));
729
730           lvclient.addAppender(log.getAppender("JalviewLogger"));
731           // Tell the user that debug is enabled
732           lvclient.debug("Jalview Vamsas Client Debugging Output Follows.");
733         }
734       } catch (Exception e)
735       {
736         vamsasJarsArePresent = 0;
737         jalview.bin.Cache.log.debug("Vamsas Classes are not present");
738       }
739     }
740     return (vamsasJarsArePresent > 0);
741   }
742
743   /**
744    * internal vamsas class discovery state
745    */
746   private static int groovyJarsArePresent = -1;
747
748   /**
749    * Searches for vamsas client classes on class path.
750    * 
751    * @return true if vamsas client is present on classpath
752    */
753   public static boolean groovyJarsPresent()
754   {
755     if (groovyJarsArePresent == -1)
756     {
757       try
758       {
759         if (Cache.class.getClassLoader()
760                 .loadClass("groovy.lang.GroovyObject") != null)
761         {
762           jalview.bin.Cache.log.debug(
763                   "Found Groovy (groovy.lang.GroovyObject can be loaded)");
764           groovyJarsArePresent = 1;
765           Logger lgclient = Logger.getLogger("groovy");
766           lgclient.setLevel(Level.toLevel(Cache
767                   .getDefault("logs.Groovy.Level", Level.INFO.toString())));
768
769           lgclient.addAppender(log.getAppender("JalviewLogger"));
770           // Tell the user that debug is enabled
771           lgclient.debug("Jalview Groovy Client Debugging Output Follows.");
772         }
773       } catch (Error e)
774       {
775         groovyJarsArePresent = 0;
776         jalview.bin.Cache.log.debug("Groovy Classes are not present", e);
777       } catch (Exception e)
778       {
779         groovyJarsArePresent = 0;
780         jalview.bin.Cache.log.debug("Groovy Classes are not present");
781       }
782     }
783     return (groovyJarsArePresent > 0);
784   }
785
786   /**
787    * GA tracker object - actually JGoogleAnalyticsTracker null if tracking not
788    * enabled.
789    */
790   protected static Object tracker = null;
791
792   protected static Class trackerfocus = null;
793
794   protected static Class jgoogleanalyticstracker = null;
795
796   /**
797    * Initialise the google tracker if it is not done already.
798    */
799   public static void initGoogleTracker()
800   {
801     if (tracker == null)
802     {
803       if (jgoogleanalyticstracker == null)
804       {
805         // try to get the tracker class
806         try
807         {
808           jgoogleanalyticstracker = Cache.class.getClassLoader().loadClass(
809                   "com.boxysystems.jgoogleanalytics.JGoogleAnalyticsTracker");
810           trackerfocus = Cache.class.getClassLoader()
811                   .loadClass("com.boxysystems.jgoogleanalytics.FocusPoint");
812         } catch (Exception e)
813         {
814           log.debug(
815                   "com.boxysystems.jgoogleanalytics package is not present - tracking not enabled.");
816           tracker = null;
817           jgoogleanalyticstracker = null;
818           trackerfocus = null;
819           return;
820         }
821       }
822       // now initialise tracker
823       Exception re = null, ex = null;
824       Error err = null;
825       String vrs = "No Version Accessible";
826       try
827       {
828         // Google analytics tracking code for Library Finder
829         tracker = jgoogleanalyticstracker
830                 .getConstructor(new Class[]
831                 { String.class, String.class, String.class })
832                 .newInstance(new Object[]
833                 { "Jalview Desktop",
834                     (vrs = jalview.bin.Cache.getProperty("VERSION") + "_"
835                             + jalview.bin.Cache.getDefault("BUILD_DATE",
836                                     "unknown")),
837                     "UA-9060947-1" });
838         jgoogleanalyticstracker
839                 .getMethod("trackAsynchronously", new Class[]
840                 { trackerfocus })
841                 .invoke(tracker, new Object[]
842                 { trackerfocus.getConstructor(new Class[] { String.class })
843                         .newInstance(new Object[]
844                         { "Application Started." }) });
845       } catch (RuntimeException e)
846       {
847         re = e;
848       } catch (Exception e)
849       {
850         ex = e;
851       } catch (Error e)
852       {
853         err = e;
854       }
855       if (re != null || ex != null || err != null)
856       {
857         if (log != null)
858         {
859           if (re != null)
860           {
861             log.debug("Caught runtime exception in googletracker init:",
862                     re);
863           }
864           if (ex != null)
865           {
866             log.warn(
867                     "Failed to initialise GoogleTracker for Jalview Desktop with version "
868                             + vrs,
869                     ex);
870           }
871           if (err != null)
872           {
873             log.error(
874                     "Whilst initing GoogleTracker for Jalview Desktop version "
875                             + vrs,
876                     err);
877           }
878         }
879         else
880         {
881           if (re != null)
882           {
883             System.err.println(
884                     "Debug: Caught runtime exception in googletracker init:"
885                             + vrs);
886             re.printStackTrace();
887           }
888           if (ex != null)
889           {
890             System.err.println(
891                     "Warning:  Failed to initialise GoogleTracker for Jalview Desktop with version "
892                             + vrs);
893             ex.printStackTrace();
894           }
895
896           if (err != null)
897           {
898             System.err.println(
899                     "ERROR: Whilst initing GoogleTracker for Jalview Desktop version "
900                             + vrs);
901             err.printStackTrace();
902           }
903         }
904       }
905       else
906       {
907         log.debug("Successfully initialised tracker.");
908       }
909     }
910   }
911
912   /**
913    * get the user's default colour if available
914    * 
915    * @param property
916    * @param defcolour
917    * @return
918    */
919   public static Color getDefaultColour(String property, Color defcolour)
920   {
921     String colprop = getProperty(property);
922     if (colprop == null)
923     {
924       return defcolour;
925     }
926     Color col = ColorUtils.parseColourString(colprop);
927     if (col == null)
928     {
929       log.warn("Couldn't parse '" + colprop + "' as a colour for "
930               + property);
931     }
932     return (col == null) ? defcolour : col;
933   }
934
935   /**
936    * store a colour as a Jalview user default property
937    * 
938    * @param property
939    * @param colour
940    */
941   public static void setColourProperty(String property, Color colour)
942   {
943     setProperty(property, jalview.util.Format.getHexString(colour));
944   }
945
946   /**
947    * Stores a formatted date in a jalview property, using a fixed locale.
948    * 
949    * @param propertyName
950    * @param date
951    * @return the formatted date string
952    */
953   public static String setDateProperty(String propertyName, Date date)
954   {
955     String formatted = date_format.format(date);
956     setProperty(propertyName, formatted);
957     return formatted;
958   }
959
960   /**
961    * Reads a date stored in a Jalview property, parses it (using a fixed locale
962    * format) and returns as a Date, or null if parsing fails
963    * 
964    * @param propertyName
965    * @return
966    * 
967    */
968   public static Date getDateProperty(String propertyName)
969   {
970     String val = getProperty(propertyName);
971     if (val != null)
972     {
973       try
974       {
975         return date_format.parse(val);
976       } catch (Exception ex)
977       {
978         System.err.println("Invalid or corrupt date in property '"
979                 + propertyName + "' : value was '" + val + "'");
980       }
981     }
982     return null;
983   }
984
985   /**
986    * get and parse a property as an integer. send any parsing problems to
987    * System.err
988    * 
989    * @param property
990    * @return null or Integer
991    */
992   public static Integer getIntegerProperty(String property)
993   {
994     String val = getProperty(property);
995     if (val != null && (val = val.trim()).length() > 0)
996     {
997       try
998       {
999         return Integer.valueOf(val);
1000       } catch (NumberFormatException x)
1001       {
1002         System.err.println("Invalid integer in property '" + property
1003                 + "' (value was '" + val + "')");
1004       }
1005     }
1006     return null;
1007   }
1008
1009   /**
1010    * Set the specified value, or remove it if null or empty. Does not save the
1011    * properties file.
1012    * 
1013    * @param propName
1014    * @param value
1015    */
1016   public static void setOrRemove(String propName, String value)
1017   {
1018     if (propName == null)
1019     {
1020       return;
1021     }
1022     if (value == null || value.trim().length() < 1)
1023     {
1024       Cache.applicationProperties.remove(propName);
1025     }
1026     else
1027     {
1028       Cache.applicationProperties.setProperty(propName, value);
1029     }
1030   }
1031
1032   /**
1033    * Loads in user colour schemes from files.
1034    * 
1035    * @param files
1036    *          a '|'-delimited list of file paths
1037    */
1038   public static void initUserColourSchemes(String files)
1039   {
1040     if (files == null || files.length() == 0)
1041     {
1042       return;
1043     }
1044
1045     // In case colours can't be loaded, we'll remove them
1046     // from the default list here.
1047     StringBuffer coloursFound = new StringBuffer();
1048     StringTokenizer st = new StringTokenizer(files, "|");
1049     while (st.hasMoreElements())
1050     {
1051       String file = st.nextToken();
1052       try
1053       {
1054         UserColourScheme ucs = ColourSchemeLoader.loadColourScheme(file);
1055         if (ucs != null)
1056         {
1057           if (coloursFound.length() > 0)
1058           {
1059             coloursFound.append("|");
1060           }
1061           coloursFound.append(file);
1062           ColourSchemes.getInstance().registerColourScheme(ucs);
1063         }
1064       } catch (Exception ex)
1065       {
1066         System.out.println("Error loading User ColourFile\n" + ex);
1067       }
1068     }
1069     if (!files.equals(coloursFound.toString()))
1070     {
1071       if (coloursFound.toString().length() > 1)
1072       {
1073         setProperty(UserDefinedColours.USER_DEFINED_COLOURS,
1074                 coloursFound.toString());
1075       }
1076       else
1077       {
1078         applicationProperties
1079                 .remove(UserDefinedColours.USER_DEFINED_COLOURS);
1080       }
1081     }
1082   }
1083
1084   /**
1085    * Initial logging information helper for various versions output
1086    * 
1087    * @param prefix
1088    * @param value
1089    * @param defaultValue
1090    */
1091   private static void appendIfNotNull(StringBuilder sb, String prefix,
1092           String value, String suffix, String defaultValue)
1093   {
1094     if (value == null && defaultValue == null)
1095     {
1096       return;
1097     }
1098     String line = prefix + (value != null ? value : defaultValue) + suffix;
1099     sb.append(line);
1100   }
1101
1102   /**
1103    * 
1104    * @return Jalview version, build details and JVM platform version for console
1105    */
1106   public static String getVersionDetailsForConsole()
1107   {
1108     StringBuilder sb = new StringBuilder();
1109     sb.append("Jalview Version: ");
1110     sb.append(jalview.bin.Cache.getDefault("VERSION", "TEST"));
1111     sb.append("\n");
1112     sb.append("Jalview Installation: ");
1113     sb.append(jalview.bin.Cache.getDefault("INSTALLATION", "unknown"));
1114     sb.append("\n");
1115     sb.append("Build Date: ");
1116     sb.append(jalview.bin.Cache.getDefault("BUILD_DATE", "unknown"));
1117     sb.append("\n");
1118     sb.append("Java version: ");
1119     sb.append(System.getProperty("java.version"));
1120     sb.append("\n");
1121     sb.append(System.getProperty("os.arch"));
1122     sb.append(" ");
1123     sb.append(System.getProperty("os.name"));
1124     sb.append(" ");
1125     sb.append(System.getProperty("os.version"));
1126     sb.append("\n");
1127     appendIfNotNull(sb, "Install4j version: ",
1128             System.getProperty("sys.install4jVersion"), "\n", null);
1129     appendIfNotNull(sb, "Install4j template version: ",
1130             System.getProperty("installer_template_version"), "\n", null);
1131     appendIfNotNull(sb, "Launcher version: ",
1132             System.getProperty("launcher_version"), "\n", null);
1133     LookAndFeel laf = UIManager.getLookAndFeel();
1134     String lafName = laf == null ? "Not obtained" : laf.getName();
1135     String lafClass = laf == null ? "unknown" : laf.getClass().getName();
1136     sb.append("LookAndFeel: ");
1137     sb.append(lafName);
1138     sb.append(" (");
1139     sb.append(lafClass);
1140     sb.append(")\n");
1141     // Not displayed in release version ( determined by possible version number
1142     // regex 9[9.]*9[.-_a9]* )
1143     if (Pattern.matches("^\\d[\\d\\.]*\\d[\\.\\-\\w]*$",
1144             jalview.bin.Cache.getDefault("VERSION", "TEST")))
1145     {
1146       appendIfNotNull(sb, "Getdown appdir: ",
1147               System.getProperty("getdownappdir"), "\n", null);
1148       appendIfNotNull(sb, "Getdown appbase: ",
1149               System.getProperty("getdownappbase"), "\n", null);
1150       appendIfNotNull(sb, "Java home: ", System.getProperty("java.home"),
1151               "\n", "unknown");
1152     }
1153     return sb.toString();
1154   }
1155
1156   /**
1157    * 
1158    * @return build details as reported in splashscreen
1159    */
1160   public static String getBuildDetailsForSplash()
1161   {
1162     // consider returning more human friendly info
1163     // eg 'built from Source' or update channel
1164     return jalview.bin.Cache.getDefault("INSTALLATION", "unknown");
1165   }
1166
1167   public static String getStackTraceString(Throwable t)
1168   {
1169     StringWriter sw = new StringWriter();
1170     PrintWriter pw = new PrintWriter(sw);
1171     t.printStackTrace(pw);
1172     return sw.toString();
1173   }
1174
1175   /**
1176    * Getdown appbase methods
1177    */
1178
1179   private static final String releaseAppbase;
1180
1181   private static String getdownAppbase;
1182
1183   private static String getdownDistDir;
1184
1185   static
1186   {
1187     Float specversion = Float
1188             .parseFloat(System.getProperty("java.specification.version"));
1189     releaseAppbase = (specversion < 9)
1190             ? "https://www.jalview.org/getdown/release/1.8"
1191             : "https://www.jalview.org/getdown/release/11";
1192   }
1193
1194   // look for properties (passed in by getdown) otherwise default to release
1195   private static void setGetdownAppbase()
1196   {
1197     if (getdownAppbase != null)
1198     {
1199       return;
1200     }
1201     String appbase = System.getProperty("getdownappbase");
1202     String distDir = System.getProperty("getdowndistdir");
1203     if (appbase == null)
1204     {
1205       appbase = releaseAppbase;
1206       distDir = "release";
1207     }
1208     if (appbase.endsWith("/"))
1209     {
1210       appbase = appbase.substring(0, appbase.length() - 1);
1211     }
1212     if (distDir == null)
1213     {
1214       distDir = appbase.equals(releaseAppbase) ? "release" : "alt";
1215     }
1216     getdownAppbase = appbase;
1217     getdownDistDir = distDir;
1218   }
1219
1220   public static String getGetdownAppbase()
1221   {
1222     setGetdownAppbase();
1223     return getdownAppbase;
1224   }
1225
1226   public static String getAppbaseBuildProperties()
1227   {
1228     String appbase = getGetdownAppbase();
1229     return appbase + "/" + getdownDistDir + "/build_properties";
1230   }
1231 }