JAL-2629 evalues and bit scores now conserved after hmmalign is run
[jalview.git] / src / jalview / datamodel / AlignmentAnnotation.java
index 9354d55..3e532df 100755 (executable)
@@ -733,6 +733,9 @@ public class AlignmentAnnotation
     this.scaleColLabel = annotation.scaleColLabel;
     this.showAllColLabels = annotation.showAllColLabels;
     this.calcId = annotation.calcId;
+    this.bitScore = annotation.bitScore;
+    this.eValue = annotation.eValue;
+
     if (annotation.properties != null)
     {
       properties = new HashMap<>();