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:
5a63129
)
JAL-3567 added 'imputed by Jalview' to protein consequence in report
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Thu, 16 Apr 2020 16:37:46 +0000
(17:37 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Thu, 16 Apr 2020 16:37:46 +0000
(17:37 +0100)
src/jalview/datamodel/SequenceFeature.java
patch
|
blob
|
history
diff --git
a/src/jalview/datamodel/SequenceFeature.java
b/src/jalview/datamodel/SequenceFeature.java
index
df268f8
..
7a539d0
100755
(executable)
--- a/
src/jalview/datamodel/SequenceFeature.java
+++ b/
src/jalview/datamodel/SequenceFeature.java
@@
-620,7
+620,7
@@
public class SequenceFeature implements FeatureLocationI
if (mf.isFromCds())
{
sb.append(String.format(ROW_DATA, "Consequence",
- mf.findProteinVariants(this), ""));
+ mf.findProteinVariants(this), "<i>imputed by Jalview</i>"));
}
}
sb.append(String.format(ROW_DATA, "Type", type, ""));