JAL-3334 fix - always load full SO to resolve the sequence features from Ensembl...
authorJim Procter <jprocter@issues.jalview.org>
Wed, 26 Jun 2019 16:43:34 +0000 (17:43 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 26 Jun 2019 16:43:34 +0000 (17:43 +0100)
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());
     }