JAL-2164 JAL-1919 disabled PDB file parser configuration option
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Tue, 13 Sep 2016 16:18:14 +0000 (17:18 +0100)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Tue, 13 Sep 2016 16:18:14 +0000 (17:18 +0100)
src/jalview/bin/Cache.java

index 508e8a7..31dbeac 100755 (executable)
@@ -446,9 +446,9 @@ public class Cache
     StructureImportSettings.setDefaultStructureFileFormat(jalview.bin.Cache
             .getDefault(
 "PDB_DOWNLOAD_FORMAT", PDB_DOWNLOAD_FORMAT));
-    StructureImportSettings
-            .setDefaultPDBFileParser(jalview.bin.Cache.getDefault(
-                    "DEFAULT_PDB_FILE_PARSER", DEFAULT_PDB_FILE_PARSER));
+    // StructureImportSettings
+    // .setDefaultPDBFileParser(jalview.bin.Cache.getDefault(
+    // "DEFAULT_PDB_FILE_PARSER", DEFAULT_PDB_FILE_PARSER));
     // jnlpVersion will be null if we're using InstallAnywhere
     // Dont do this check if running in headless mode
     if (jnlpVersion == null