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:
13e9dc5
)
JAL-2049 set sequence feature group to "Jalview" for computed protein
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Wed, 18 May 2016 12:18:09 +0000
(13:18 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Wed, 18 May 2016 12:18:09 +0000
(13:18 +0100)
variants
src/jalview/analysis/AlignmentUtils.java
patch
|
blob
|
history
diff --git
a/src/jalview/analysis/AlignmentUtils.java
b/src/jalview/analysis/AlignmentUtils.java
index
92753b9
..
fba023f
100644
(file)
--- a/
src/jalview/analysis/AlignmentUtils.java
+++ b/
src/jalview/analysis/AlignmentUtils.java
@@
-1936,7
+1936,7
@@
public class AlignmentUtils
// set score to 0f so 'graduated colour' option is offered! JAL-2060
SequenceFeature sf = new SequenceFeature(
SequenceOntologyI.SEQUENCE_VARIANT, desc, peptidePos,
- peptidePos, 0f, null);
+ peptidePos, 0f, "Jalview");
StringBuilder attributes = new StringBuilder(32);
String id = (String) var.variant.getValue(ID);
if (id != null)