use pdb refsource string
authorjprocter <Jim Procter>
Sat, 29 Sep 2007 13:51:35 +0000 (13:51 +0000)
committerjprocter <Jim Procter>
Sat, 29 Sep 2007 13:51:35 +0000 (13:51 +0000)
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