git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed581b8
)
JAL-2629 removed empty line produced under sequence report
author
tva
<tva@10.205.251.175>
Wed, 3 Jul 2019 10:12:48 +0000
(11:12 +0100)
committer
tva
<tva@10.205.251.175>
Wed, 3 Jul 2019 10:12:48 +0000
(11:12 +0100)
src/jalview/io/SequenceAnnotationReport.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/SequenceAnnotationReport.java
b/src/jalview/io/SequenceAnnotationReport.java
index
d3191f9
..
cb30cc7
100644
(file)
--- a/
src/jalview/io/SequenceAnnotationReport.java
+++ b/
src/jalview/io/SequenceAnnotationReport.java
@@
-395,9
+395,10
@@
public class SequenceAnnotationReport
}
}
- sb.append("<br>");
+
if (sequence.getAnnotation("Search Scores") != null)
{
+ sb.append("<br>");
String eValue = " E-Value: "
+ sequence.getAnnotation("Search Scores")[0].getEValue();
String bitScore = " Bit Score: "