From 25b70f43fa1d2f14b566c0051fa639429e56fcaf Mon Sep 17 00:00:00 2001 From: tcofoegbu Date: Tue, 13 Sep 2016 17:18:14 +0100 Subject: [PATCH] JAL-2164 JAL-1919 disabled PDB file parser configuration option --- src/jalview/bin/Cache.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/jalview/bin/Cache.java b/src/jalview/bin/Cache.java index 508e8a7..31dbeac 100755 --- a/src/jalview/bin/Cache.java +++ b/src/jalview/bin/Cache.java @@ -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 -- 1.7.10.2