-
Notifications
You must be signed in to change notification settings - Fork 90
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
Mash dist is binary!!! #123
Comments
Why do you say "whereas I should have 0.295981" ?
|
Indeed, I forgot this information. 0.295981 is the distance I obtained before updating mash to this last version. So maybe the "real distance" is not exactly that, but it should be close. So, when you try with mash triangle (or mash sketch for the whole matrix), you obtain the same result as me. A distance between 2 small genomes, but 1 if at least 1 of the genomes is "big". With my previous version, I had distances for all couples. Do you know why it doesn't work anymore? Thanks! |
What version did you get the result you wanted on? |
I was using version 1.1.1 to get the results with "float numbers" I updated to version 2.2 (the last release), with which I get those binary distances. |
FYI 2.2.2 is the latest tag, but not a 'release' per se. Nothing related to your issue has changed though. But it is faster at getting the possibly wrong answer :) https://github.com/marbl/Mash/tags . |
Ok. So it is not planned to correct this bug? |
Ok! But I tried with 2 "big" genomes of the same size, and it does not work either. |
Hi!
I have a big problem with last mash version (2.2).
When I want to calculate distance matrix between 2 genomes, it returns a binary matrix (p-value is either 0 or 1).
I tried with a fake genome (10k bp), and it works (I have float values). But with real bacterial genomes, it returns a binary matrix.
I attach the files I used for these tests. Here are the results I get with
mash dist genome1.txt genome2.txt
and so on:genome1.txt
genome2.txt
genome3.txt
genome4.txt
The text was updated successfully, but these errors were encountered: