JAL-1745, JAL-1717 improvement to ensure cached PDB entries are unique within a seque...
[jalview.git] / src / jalview / ext / jmol / PDBFileWithJmol.java
index bbf90ac..3df8957 100644 (file)
@@ -177,10 +177,10 @@ public class PDBFileWithJmol extends AlignFile implements
                   PDBEntry pdbe = new PDBEntry();
                   pdbe.setFile(getDataName());
                   pdbe.setId(getDataName());
-                  sq.addPDBId(pdbe);
                   pdbe.setProperty(new Hashtable());
                   // pdbe.getProperty().put("CHAIN", "" + _lastChainId);
                   pdbe.setChainCode(String.valueOf(_lastChainId));
+                  sq.addPDBId(pdbe);
                   // JAL-1533
                   // Need to put the number of models for this polymer somewhere for Chimera/others to grab
                   //                  pdbe.getProperty().put("PDBMODELS", biopoly.)