JAL-674 ensure annotation is properly annotated
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Fri, 15 Mar 2013 16:57:50 +0000 (16:57 +0000)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Tue, 21 May 2013 15:24:04 +0000 (16:24 +0100)
src/jalview/ext/jmol/PDBFileWithJmol.java

index c5ab86f..5702558 100644 (file)
@@ -180,6 +180,7 @@ public class PDBFileWithJmol extends AlignFile implements
                     AlignmentAnnotation ann = new AlignmentAnnotation(
                             "Secondary Structure",
                             "Secondary Structure from PDB File", asecstr);
+                    ann.setCalcId(getClass().getName());
                     sq.addAlignmentAnnotation(ann);
                     annotations.add(ann);
                   }