JAL-2872 Undid inference disabling (done in Jalview instead)
authorkjvdheide <kjvanderheide@dundee.ac.uk>
Fri, 8 Dec 2017 17:12:44 +0000 (17:12 +0000)
committerkjvdheide <kjvanderheide@dundee.ac.uk>
Fri, 8 Dec 2017 17:12:44 +0000 (17:12 +0000)
forester/java/src/org/forester/archaeopteryx/AptxConstants.java

index c9aabc9..8ae324d 100644 (file)
@@ -36,7 +36,7 @@ import org.forester.util.ForesterConstants;
 
 public final class AptxConstants {
 
-    final static boolean        __ALLOW_PHYLOGENETIC_INFERENCE                                = false; //disabled for Jalview
+    final static boolean        __ALLOW_PHYLOGENETIC_INFERENCE                                = true; 
     public final static String  PRG_NAME                                                      = "Archaeopteryx";
     final static String         VERSION                                                       = "0.9921 beta";
     final static String         PRG_DATE                                                      = "170712";