JAL-3829 JAL-3868 TODO
authorJim Procter <j.procter@dundee.ac.uk>
Wed, 8 Sep 2021 12:31:05 +0000 (13:31 +0100)
committerJim Procter <j.procter@dundee.ac.uk>
Wed, 8 Sep 2021 12:31:05 +0000 (13:31 +0100)
src/jalview/structure/StructureSelectionManager.java

index 9fcb336..1fcbbf5 100644 (file)
@@ -410,6 +410,9 @@ public class StructureSelectionManager
         registerPDBFile(pdb.getId().trim(), pdbFile);
       }
       // if PDBId is unavailable then skip SIFTS mapping execution path
+      // TODO: JAL-3868 need to know if structure is actually from 
+      // PDB (has valid PDB ID and has provenance suggesting it 
+      // actually came from PDB)
       isMapUsingSIFTs = isMapUsingSIFTs && pdb.isPPDBIdAvailable() && !pdb.getId().startsWith("AF-");
 
     } catch (Exception ex)