bacpop / PopPUNK

PopPUNK 👨‍🎤 (POPulation Partitioning Using Nucleotide Kmers)
https://www.bacpop.org/poppunk
Apache License 2.0
89 stars 18 forks source link

Add calculation of minimum spanning trees #141

Closed nickjcroucher closed 3 years ago

nickjcroucher commented 3 years ago

This is an inadequate implementation currrently. A design choice needs to be made about whether:

johnlees commented 3 years ago

@nickjcroucher Could you merge the master branch in? Then I should be able to take a look on Monday

nickjcroucher commented 3 years ago

Will do - just for inspiration, here is the MSTree code from Grapetree, which may be helpful: https://github.com/achtman-lab/GrapeTree/blob/master/module/MSTrees.py

johnlees commented 3 years ago

Also I'm not sure why the tests aren't running on this PR, I can try and sort that out too

johnlees commented 3 years ago

Also I'm not sure why the tests aren't running on this PR, I can try and sort that out too

I've edited the config slightly on master, so hopefully merging master in should get the testing running on this branch