-
Notifications
You must be signed in to change notification settings - Fork 216
Revise recombination, chain, and alignment scoring #4887
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
82678d4
added recombination info in output gam and log
dcmonti 39cc3a5
minimap2 like rescore, progressive recombination penalty
dcmonti 804df61
bugfixes for rescoring
dcmonti 5145cd4
debug for supported paths across chain
dcmonti 49482ca
Merge commit '508afe07817e1ae7daba5106a91696a5c6e24588' into score_se…
dcmonti 90fd844
Merge commit 'a2eb9ea36c1edf889dae08c0493fe1b2ab4b57b5' into score_se…
adamnovak 0d89ce6
Merge remote-tracking branch 'origin/master' into score_seeds_fix_rec…
adamnovak 78ad8bb
Declare the minimap2-based scores to be right
adamnovak 31db629
Clear explanations before making them to count
adamnovak d71dc9f
Move minimap2-style scoring logic into functions we could use later, …
adamnovak 9e40f73
Merge remote-tracking branch 'origin/master' into score_seeds_fix_rec…
adamnovak 11e053e
Stop worrying about negative recombination penalties
adamnovak f665d80
Make the evaluation bonus system clearer
adamnovak 76791ab
Adjust comments
adamnovak e6d032a
Rename variables
adamnovak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This is the main codepath but it doesn't have any explanation.
evalhere doesn't mean anything to me by itself. I guess it's meant to suggest "the score we actually use to evaluate the possible alternatives"?