JAL-3081 autocalculated annotation first/last leaves others unchanged
[jalview.git] / src / jalview / ws / jws2 / AbstractJabaCalcWorker.java
index 64a2662..2d91377 100644 (file)
@@ -347,7 +347,7 @@ public abstract class AbstractJabaCalcWorker extends AlignCalcWorker
           jalview.bin.Cache.log.debug("Updating result annotation from Job "
                   + rslt + " at " + service.getUri());
           updateResultAnnotation(true);
-          ap.sortAnnotations();
+          ap.sortAnnotations(false);
           ap.adjustAnnotationHeight();
         }
       }