-
Notifications
You must be signed in to change notification settings - Fork 11
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
reading binary output from cmp #63
Comments
Sure! It's really easy with Numpy. Here's a script that does what you need:
The first byte describes the type of the distance matrix. The next 8 are a 64-bit integer for the number of items in the distance matrix, and then the remaining items are float32. You can then use the I'll add some instructions regarding this into the documentation soon. Thanks! Daniel |
Thank you, that worked!
I will open a new issue with this, |
Is there a way of reading the binary distance matrix from "dashing cmp -b" directly into numpy?
The text was updated successfully, but these errors were encountered: