bacpop / PopPUNK

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

Add alternative network scores #146

Closed johnlees closed 3 years ago

johnlees commented 3 years ago

Adds two new networks scores based on betweenness

Even if these turn out to be less useful than the original score, I think this code is useful as using them is optional, and there is some other tidying included here

Closes #126

johnlees commented 3 years ago

If https://github.com/johnlees/pp-sketchlib/issues/46 is quick, this could also be added here

johnlees commented 3 years ago

May be best to add #147 here

johnlees commented 3 years ago

Check weighted betweenness is still working

johnlees commented 3 years ago

Check weighted betweenness is still working

Fixed in 89c1252