Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuson committed Apr 11, 2024
2 parents 275bf2f + e2e7791 commit ac27f37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public void compute(ProgressListener progress, TaxaBlock taxaBlock, TreesBlock t
//dist.write(sw, taxa);
//System.out.println(sw.toString());

//Here there should be an option to apply Neighbor Joining instead.
final var nnet = new NeighborNet();
nnet.compute(progress, taxaBlock, pairwiseDistances, splitsBlock);
}
Expand Down

0 comments on commit ac27f37

Please sign in to comment.