-
Notifications
You must be signed in to change notification settings - Fork 28
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
Trying out a reference-only dataset #124
base: master
Are you sure you want to change the base?
Conversation
"meta": { | ||
"name": name, | ||
"length": len(ref.seq), | ||
"nMinimizers": len(minimizers) | ||
"nMinimizers": len(minimizers) + 1 # +1 to not divide by zero | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is Rust version of this algorithm on the receiver end. I am not sure how it affects it.
There must be a way to do this without a hack.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It just decreases normalized scores a little, as the score is a heuristic it should be fine
95a53e0
to
9170a53
Compare
df8b4fd
to
9357068
Compare
7fcea3b
to
b59f2dd
Compare
Test via: https://nextclade-git-cds-error-nextstrain.vercel.app/?dataset-server=gh:@scratch@&dataset-name=nextstrain/scratch/reference-only