JAL-2049 set sequence feature group to "Jalview" for computed protein
[jalview.git] / src / jalview / analysis / AlignmentUtils.java
index 92753b9..fba023f 100644 (file)
@@ -1936,7 +1936,7 @@ public class AlignmentUtils
       // set score to 0f so 'graduated colour' option is offered! JAL-2060
       SequenceFeature sf = new SequenceFeature(
               SequenceOntologyI.SEQUENCE_VARIANT, desc, peptidePos,
-              peptidePos, 0f, null);
+              peptidePos, 0f, "Jalview");
       StringBuilder attributes = new StringBuilder(32);
       String id = (String) var.variant.getValue(ID);
       if (id != null)