Merge branch 'JAL-1445' into develop
[jalview.git] / src / jalview / util / DBRefUtils.java
index 96cd8db..4bf6ad8 100755 (executable)
@@ -431,6 +431,7 @@ public class DBRefUtils
           ref = new DBRefEntry(locsrc, version, pdbid + chaincode);
           PDBEntry pdbr = new PDBEntry();
           pdbr.setId(pdbid);
+          pdbr.getProperty().put("CHAIN",chaincode);
           seq.addPDBId(pdbr);
         }
       }