JAL-3567 added 'imputed by Jalview' to protein consequence in report
[jalview.git] / src / jalview / datamodel / SequenceFeature.java
index df268f8..7a539d0 100755 (executable)
@@ -620,7 +620,7 @@ public class SequenceFeature implements FeatureLocationI
       if (mf.isFromCds())
       {
         sb.append(String.format(ROW_DATA, "Consequence",
-                mf.findProteinVariants(this), ""));
+                mf.findProteinVariants(this), "<i>imputed by Jalview</i>"));
       }
     }
     sb.append(String.format(ROW_DATA, "Type", type, ""));