-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addition of lineage clustering #72
Conversation
Update lineage_clustering branch with changes to master to simplify pull request.
Extra request: would you also be able to add in a test for the new mode(s), probably with |
Update for py3.8 compatible code.
Now using multiprocessing for ranking for all isolates in parallel, and networks for storing relationships, in 905e25b. Everything should now be ready for merging in to master. The networks are not really used yet, and we probably need a rethink of the 'printClusters' function, and how it can be updated and merged with the new 'printLineages' function. This might well be worth doing alongside making the visualisation mode an external script.. |
Made some small adjustments to the minimum k-mer length warnings. We should probably mirror these across mash.py and sketchlib.py, and specify the actual minimum values, and put in a message about the use of non-continguous k-mers at the appropriate lengths (wasn't sure of the precise values to get this right in this commit). |
Update to v2: new CLI
Already merged in master so should not require any further alterations.