JAL-3334 fix - always load full SO to resolve the sequence features from Ensembl...
[jalview.git] / src / jalview / bin / Jalview.java
index e72390b..02e53ec 100755 (executable)
@@ -331,7 +331,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());
     }