JAL-2009 reverted 'RES NUM' feature back to 'RESNUM'
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Fri, 26 Feb 2016 14:18:43 +0000 (14:18 +0000)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Fri, 26 Feb 2016 14:18:43 +0000 (14:18 +0000)
src/MCview/PDBChain.java

index e4e619c..228eede 100755 (executable)
@@ -353,7 +353,7 @@ public class PDBChain
       Residue tmpres = residues.lastElement();
       Atom tmpat = tmpres.atoms.get(0);
       // Make A new SequenceFeature for the current residue numbering
-        SequenceFeature sf = new SequenceFeature("RES NUM", tmpat.resName
+        SequenceFeature sf = new SequenceFeature("RESNUM", tmpat.resName
               + ":" + tmpat.resNumIns + " " + pdbid + id, "", offset
               + count, offset + count, pdbid);
       // MCview.PDBChain.PDBFILEFEATURE);