I am working on a novel algorithm to calculate pairwise distance between nucleotide sequences and I am using those distances to construct phylogenetic trees.

I need to test the accuracy of my work comparing with benchmark trees (in literature) created using distance based methods, so I can validate my algorithm. Right now, I can find trees created based on character based methods but not for distance based methods. 

Similar questions and discussions