JAL-3285 changed method call on AnnotationRenderer to match definition
authortva <tva@10.205.251.175>
Wed, 5 Jun 2019 13:34:14 +0000 (14:34 +0100)
committertva <tva@10.205.251.175>
Wed, 5 Jun 2019 13:34:14 +0000 (14:34 +0100)
src/jalview/renderer/AnnotationRenderer.java

index f1f5fa8..40fb513 100644 (file)
@@ -394,7 +394,7 @@ public class AnnotationRenderer
         // TODO? group consensus for cDNA complement
         return AAFrequency.extractProfile(
                 aa.groupRef.getConsensusData().get(column),
-                aa.groupRef.isIgnoreGapsConsensus());
+                                               aa.groupRef.getIgnoreGapsConsensus());
       }
       // TODO extend annotation row to enable dynamic and static profile data to
       // be stored