use pdb refsource string
[jalview.git] / src / jalview / ws / dbsources / Pdb.java
index bcf26be..07df2c4 100644 (file)
@@ -114,7 +114,7 @@ public class Pdb extends EbiFileRetrievedProxy implements DbSourceProxy
           // Get the Chain's Sequence - who's dataset includes any special features added from the PDB file\r
           SequenceI sq = pdbchain.sequence;\r
           // Specially formatted name for the PDB chain sequences retrieved from the PDB\r
-          sq.setName("PDB|" + id + "|" + sq.getName());\r
+          sq.setName(jalview.datamodel.DBRefSource.PDB+"|" + id + "|" + sq.getName());\r
           // Might need to add more metadata to the PDBEntry object\r
           // like below\r
           /*\r