From: Jim Procter Date: Fri, 15 Mar 2013 16:57:50 +0000 (+0000) Subject: JAL-674 ensure annotation is properly annotated X-Git-Tag: Jalview_2_9~221^2^2~8^2~3 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=d49248578538f9d06141ac17c55ab9b93a5e48d4;p=jalview.git JAL-674 ensure annotation is properly annotated --- diff --git a/src/jalview/ext/jmol/PDBFileWithJmol.java b/src/jalview/ext/jmol/PDBFileWithJmol.java index c5ab86f..5702558 100644 --- a/src/jalview/ext/jmol/PDBFileWithJmol.java +++ b/src/jalview/ext/jmol/PDBFileWithJmol.java @@ -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); }