JAL-4134 TODO printNode update for columnTrees
authorJames Procter <j.procter@dundee.ac.uk>
Tue, 17 Oct 2023 16:26:56 +0000 (17:26 +0100)
committerJames Procter <j.procter@dundee.ac.uk>
Tue, 17 Oct 2023 16:26:56 +0000 (17:26 +0100)
src/jalview/analysis/TreeModel.java

index 59e4712..ce79a65 100644 (file)
@@ -353,6 +353,7 @@ public class TreeModel
 
     if ((nd.left() == null) && (nd.right() == null))
     {
+       // TODO FIX FOR COLUMN TREES
       jalview.bin.Console.outPrintln("Leaf = " + ((SequenceI) nd.element()).getName());
       jalview.bin.Console.outPrintln("Dist " + nd.dist);
       jalview.bin.Console.outPrintln("Boot " + nd.getBootstrap());