We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some of the datasets I worked with were very diverse. Sketch sampling size is a key parameter for diverse dataset and accurate predictions.
I increase the sketch size with option -s from 1000 to 10000 and got much better results. This sample size is also used in the paper https://www.nature.com/articles/s42003-020-01626-5#Sec11.
-s
I recommend increasing the sketch size to 10 k in the default mash run.
The text was updated successfully, but these errors were encountered:
Fixed in #345
Sorry, something went wrong.
No branches or pull requests
Some of the datasets I worked with were very diverse. Sketch sampling size is a key parameter for diverse dataset and accurate predictions.
I increase the sketch size with option
-s
from 1000 to 10000 and got much better results. This sample size is also used in the paper https://www.nature.com/articles/s42003-020-01626-5#Sec11.I recommend increasing the sketch size to 10 k in the default mash run.
The text was updated successfully, but these errors were encountered: