JAL-2262 JAL-2195 bug fix for mapping local structure files
[jalview.git] / src / jalview / structure / StructureSelectionManager.java
index 612b168..2e0975d 100644 (file)
@@ -390,6 +390,11 @@ public class StructureSelectionManager
       {
         registerPDBFile(pdb.getId().trim(), pdbFile);
       }
+      // if PDB/mmCIF file is local then don't perform SIFTS MAPPING
+      if (pdb.getId().contains("."))
+      {
+        isMapUsingSIFTs = false;
+      }
     } catch (Exception ex)
     {
       ex.printStackTrace();