From: tva Date: Wed, 3 Jul 2019 10:12:48 +0000 (+0100) Subject: JAL-2629 removed empty line produced under sequence report X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=89160a272b5de4feda8a2adf3f45eb288950c513;hp=ed581b841fe9361bfe80bb006df190a29df264fb;p=jalview.git JAL-2629 removed empty line produced under sequence report --- diff --git a/src/jalview/io/SequenceAnnotationReport.java b/src/jalview/io/SequenceAnnotationReport.java index d3191f9..cb30cc7 100644 --- a/src/jalview/io/SequenceAnnotationReport.java +++ b/src/jalview/io/SequenceAnnotationReport.java @@ -395,9 +395,10 @@ public class SequenceAnnotationReport } } - sb.append("
"); + if (sequence.getAnnotation("Search Scores") != null) { + sb.append("
"); String eValue = " E-Value: " + sequence.getAnnotation("Search Scores")[0].getEValue(); String bitScore = " Bit Score: "