Skip to content
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

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Conversation

@corneliusroemer corneliusroemer deployed to refs/pull/124/merge December 20, 2023 22:56 — with GitHub Actions Active
Comment on lines 71 to 75
"meta": {
"name": name,
"length": len(ref.seq),
"nMinimizers": len(minimizers)
"nMinimizers": len(minimizers) + 1 # +1 to not divide by zero
}
Copy link
Member

@ivan-aksamentov ivan-aksamentov Dec 21, 2023

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.

Copy link
Member Author

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

@ivan-aksamentov ivan-aksamentov force-pushed the master branch 7 times, most recently from 95a53e0 to 9170a53 Compare January 22, 2024 12:08
@ivan-aksamentov ivan-aksamentov force-pushed the master branch 14 times, most recently from df8b4fd to 9357068 Compare January 31, 2024 19:35
@ivan-aksamentov ivan-aksamentov force-pushed the master branch 7 times, most recently from 7fcea3b to b59f2dd Compare February 1, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants