JAL-4366 compute coverage on each side of the pairwise alignment
[jalview.git] / src / jalview / ws / jws2 / JabawsCalcWorker.java
index 4388f6c..3d3e6cb 100644 (file)
@@ -115,10 +115,8 @@ public abstract class JabawsCalcWorker extends AbstractJabaCalcWorker
         rslt = aaservice.customAnalize(seqs, getJabaArguments());
       } catch (WrongParameterException x)
       {
-        throw new JobSubmissionException(
-                MessageManager
-                        .getString("exception.jobsubmission_invalid_params_set"),
-                x);
+        throw new JobSubmissionException(MessageManager.getString(
+                "exception.jobsubmission_invalid_params_set"), x);
 
       }
     }
@@ -144,9 +142,9 @@ public abstract class JabawsCalcWorker extends AbstractJabaCalcWorker
           List<AlignmentAnnotation> ourAnnot, String typeName,
           String calcId, SequenceI dseq, int base, Score scr)
   {
-    System.out.println("Creating annotation on dseq:" + dseq.getStart()
-            + " base is " + base + " and length=" + dseq.getLength()
-            + " == " + scr.getScores().size());
+    jalview.bin.Console.outPrintln("Creating annotation on dseq:"
+            + dseq.getStart() + " base is " + base + " and length="
+            + dseq.getLength() + " == " + scr.getScores().size());
     // AlignmentAnnotation annotation = new AlignmentAnnotation(
     // scr.getMethod(), typeName, new Annotation[]
     // {}, 0, -1, AlignmentAnnotation.LINE_GRAPH);