JAL-1347 RNA Structure consensus follows the alignment viewport consensus rendering...
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Fri, 12 Jul 2013 15:58:22 +0000 (16:58 +0100)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Fri, 12 Jul 2013 15:58:22 +0000 (16:58 +0100)
src/jalview/renderer/AnnotationRenderer.java

index bafa3e7..09152d6 100644 (file)
@@ -240,7 +240,7 @@ public class AnnotationRenderer
       }
       // TODO extend annotation row to enable dynamic and static profile data to
       // be stored
-      if (aa.groupRef == null && aa.sequenceRef == null && av_renderProfile)
+      if (aa.groupRef == null && aa.sequenceRef == null)
       {
         return AAFrequency.extractProfile(hconsensus[column],
                 av_ignoreGapsConsensus);
@@ -262,7 +262,7 @@ public class AnnotationRenderer
         // to
         // be stored
         if (aa.groupRef == null && aa.sequenceRef == null
-                && av_renderProfile && hStrucConsensus != null
+                && hStrucConsensus != null
                 && hStrucConsensus.length > column)
         {
           return StructureFrequency.extractProfile(hStrucConsensus[column],