tfactor annotation description includes full sequenceID
authorjprocter <Jim Procter>
Thu, 19 Apr 2007 16:25:22 +0000 (16:25 +0000)
committerjprocter <Jim Procter>
Thu, 19 Apr 2007 16:25:22 +0000 (16:25 +0000)
src/MCview/PDBChain.java

index 8441a2d..aa404cc 100755 (executable)
@@ -277,7 +277,7 @@ public class PDBChain
         max = annots[i].value;
       resAnnotation.setElementAt(null, i);
     }
-    AlignmentAnnotation tfactorann = new AlignmentAnnotation("PDB.CATempFactor","CA Temperature Factor", 
+    AlignmentAnnotation tfactorann = new AlignmentAnnotation("PDB.CATempFactor","CA Temperature Factor for "+sequence.getName(), 
             annots, 0, max, AlignmentAnnotation.LINE_GRAPH);
     tfactorann.setSequenceRef(sequence);
     sequence.addAlignmentAnnotation(tfactorann);