You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, with version 2.1.9 binaries, I keep getting similarity matrix instead of distance matrix when using:
./dashing2_s128 sketch --cmpout distance.txt -F paths.txt -p16 -k31 --set --mash-distance
I.e. the distance.txt output is identical (with ones at diagonal) as for similariry.txt produced with:
./dashing2_s128 sketch --cmpout similariry.txt -F paths.txt -p16 -k31 --set
If I do weighted distance:
./dashing2_s128 sketch --cmpout distance.txt -F paths.txt -p16 -k31 --prob --mash-distance
It seems works correctly - I recieve distance matrix (which has -0 at diagonal).
How could I get mash distance with --set?
Thank you very much, dasa
The text was updated successfully, but these errors were encountered:
Thanks for your bug report! You're right - Dashing2 is ignoring the distance metric for the --set option. This is also the case for weighted Jaccard (--countdict).
Hi, with version 2.1.9 binaries, I keep getting similarity matrix instead of distance matrix when using:
./dashing2_s128 sketch --cmpout distance.txt -F paths.txt -p16 -k31 --set --mash-distance
I.e. the distance.txt output is identical (with ones at diagonal) as for similariry.txt produced with:
./dashing2_s128 sketch --cmpout similariry.txt -F paths.txt -p16 -k31 --set
If I do weighted distance:
./dashing2_s128 sketch --cmpout distance.txt -F paths.txt -p16 -k31 --prob --mash-distance
It seems works correctly - I recieve distance matrix (which has -0 at diagonal).
How could I get mash distance with --set?
Thank you very much, dasa
The text was updated successfully, but these errors were encountered: