JAL-2360 no RNAHelices colouring for groups
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 21 Dec 2016 15:15:33 +0000 (15:15 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 21 Dec 2016 15:15:33 +0000 (15:15 +0000)
src/jalview/schemes/RNAHelicesColour.java

index aacf557..7a1d8d3 100644 (file)
@@ -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;
   }