JAL-4392 JAL-4425 commented out code to allow consensus to be hidden automatically...
authorJim Procter <jprocter@dundee.ac.uk>
Mon, 16 Sep 2024 16:28:09 +0000 (17:28 +0100)
committerJim Procter <jprocter@dundee.ac.uk>
Mon, 16 Sep 2024 16:29:08 +0000 (17:29 +0100)
src/jalview/workers/ConsensusThread.java

index 8882b53..0a72011 100644 (file)
@@ -228,6 +228,9 @@ public class ConsensusThread extends AlignCalcWorker
             hconsensus.getStartColumn(), hconsensus.getEndColumn() + 1,
             alignViewport.isIgnoreGapsConsensus(),
             alignViewport.isShowSequenceLogo(), nseq);
+    // TODO: JAL-4425 - from JAL-4392 - uncommenting this line will mean consensus annotation is hidden if only one sequence is shown. 
+    // consensusAnnotation.hasData=hconsensus.getCount()>1;
+
   }
 
   /**