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:
2470d1b
)
JAL-2360 no RNAHelices colouring for groups
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Wed, 21 Dec 2016 15:15:33 +0000
(15:15 +0000)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Wed, 21 Dec 2016 15:15:33 +0000
(15:15 +0000)
src/jalview/schemes/RNAHelicesColour.java
patch
|
blob
|
history
diff --git
a/src/jalview/schemes/RNAHelicesColour.java
b/src/jalview/schemes/RNAHelicesColour.java
index
aacf557
..
7a1d8d3
100644
(file)
--- a/
src/jalview/schemes/RNAHelicesColour.java
+++ b/
src/jalview/schemes/RNAHelicesColour.java
@@
-230,17
+230,8
@@
public class RNAHelicesColour extends ResidueColourScheme
}
/*
- * check dataset
+ * not currently supporting this option for group annotation / colouring
*/
- AnnotatedCollectionI context = ac.getContext();
- if (context == null)
- {
- context = ac;
- }
- if (context instanceof AlignmentI)
- {
- return ((AlignmentI) context).hasRNAStructure();
- }
return false;
}