JAL-1919 set DEFUALT_STRUCTURE_FORMAT to PDB
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Thu, 24 Mar 2016 10:22:34 +0000 (10:22 +0000)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Thu, 24 Mar 2016 10:22:34 +0000 (10:22 +0000)
src/jalview/bin/Cache.java
src/jalview/ws/dbsources/Pdb.java

index cd875c9..7911cd5 100755 (executable)
@@ -228,7 +228,7 @@ public class Cache
 
   private final static String DEFAULT_FAIL_SAFE_PID_THRESHOLD = "30";
 
-  private final static String DEFAULT_STRUCTURE_FORMAT = DBRefSource.MMCIF;
+  private final static String DEFAULT_STRUCTURE_FORMAT = DBRefSource.PDB;
 
   /**
    * Initialises the Jalview Application Log
index 2421b82..4a089f7 100644 (file)
@@ -53,7 +53,7 @@ public class Pdb extends EbiFileRetrievedProxy
 
   public static final String FEATURE_RES_NUM = "RESNUM";
 
-  private static String currentDefaultFomart = DBRefSource.MMCIF;
+  private static String currentDefaultFomart = DBRefSource.PDB;
 
   /*
    * (non-Javadoc)