git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f52550
)
JAL-2009 reverted 'RES NUM' feature back to 'RESNUM'
author
tcofoegbu
<tcnofoegbu@dundee.ac.uk>
Fri, 26 Feb 2016 14:18:43 +0000
(14:18 +0000)
committer
tcofoegbu
<tcnofoegbu@dundee.ac.uk>
Fri, 26 Feb 2016 14:18:43 +0000
(14:18 +0000)
src/MCview/PDBChain.java
patch
|
blob
|
history
diff --git
a/src/MCview/PDBChain.java
b/src/MCview/PDBChain.java
index
e4e619c
..
228eede
100755
(executable)
--- a/
src/MCview/PDBChain.java
+++ b/
src/MCview/PDBChain.java
@@
-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);