JAL-3010 JAL-1191 default is full Sequence Ontology for Desktop
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 1 Jun 2018 12:54:50 +0000 (13:54 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 1 Jun 2018 12:54:50 +0000 (13:54 +0100)
src/jalview/bin/Jalview.java

index 30620a1..2f5da61 100755 (executable)
@@ -320,7 +320,7 @@ public class Jalview
      * configure 'full' SO model if preferences say to, 
      * else use the default (SO Lite)
      */
-    if (Cache.getDefault("USE_FULL_SO", false))
+    if (Cache.getDefault("USE_FULL_SO", true))
     {
       SequenceOntologyFactory.setInstance(new SequenceOntology());
     }