Mash distance python package
I am looking for a Python package that can calculate a mash distance. For now, I found only this peace of code . Maybe someone knows the existing package? Thanks!
• 1,770 views
•
link
1 answer
If you're ok using an application, then sourmash is easy and fast with good docs.
• 0 views
•
link
Log in to answer this question.
Does it have to be in python? You could just shell out to the actual
mashprogram?Preferably Python, because I have Windows. I am not familiar with how to run programs from Windows command line.