JAL-961 allow calcId to be specified independently of alignment annotation row label
[jalview.git] / src / jalview / ws / jws2 / AAConsClient.java
index 2c2c7cb..b2c9d4d 100644 (file)
@@ -73,8 +73,9 @@ public class AAConsClient extends JabawsAlignCalcWorker
           {
             // simple annotation row
             annotation = alignViewport.getAlignment()
-                    .findOrCreateAnnotation(scr.getMethod(), true, null,
-                            null);
+                    .findOrCreateAnnotation(scr.getMethod(), getCalcId(), true,
+                            null, null);
+
             Annotation[] elm = new Annotation[alWidth];
             if (alWidth == gapMap.length) // scr.getScores().size())
             {