-
Notifications
You must be signed in to change notification settings - Fork 594
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
SNVQ recalibration for flow based reads #8697
Merged
meganshand
merged 56 commits into
broadinstitute:master
from
Ultimagen:ultima.snv-qual.develop.rebase
Apr 4, 2024
Merged
Changes from 31 commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
0ce6afe
ApplySNVQR tool squashed
dror27 bf5d2d8
[BIOIN-1385] FlowBasedRead now can estimate filling_value from the read
ilyasoifer 876a4e6
[BIOIN-1385] Removed probabilityRatioThreshold
ilyasoifer 86d3ae4
[BIOIN-1385] Removed mistaken usage by fillingValue
ilyasoifer c5e2ad8
[BIOIN-1385] Fixed bug in t0 parsing
ilyasoifer fcbbd3c
[BIOIN-1385] Reverted the aggressive change in filling probability in…
ilyasoifer ba29b3c
[BIOIN-1385] Minor update of poorly_modelded_reads
ilyasoifer ac66953
[BIOIN-1385] FlowBasedRead class cleanup
ilyasoifer 8d9782f
[BIOIN-1385] Updated ground truth scorer for the case when the fillin…
ilyasoifer a032030
Fixed typing error + missed file
ilyasoifer 626a458
ceil -> round
ilyasoifer b4d8341
Set phred score for bins with no zeros to maximum rather than zero
ilyasoifer 2d69e85
Updated tests
ilyasoifer 92aab19
Updated tests
ilyasoifer c564dc6
Updated tests
ilyasoifer 51ebdb5
-10 qual fix
dror27 a7947b9
Guard against negative qualities
dror27 5e6da62
(not final) reuse AddFlowBaseQuality code to accelerate
dror27 fcb1f83
--debug-use-add-flow-base-quality-algorithm flasg
dror27 8f17ea5
use of add_base_q now default
dror27 8634c11
ApplySNVQR test data rebuilt
dror27 9ba77d3
add_base_q integration in progress ... missing mapping function
dror27 44b6763
allow unsorted/unmapped input to ApplySNVQR when no model specified
dror27 2f478de
SNVQ of called base adjusted to sum to 1
dror27 13aa6ee
update called base snvq
dror27 5850557
--limit-phred-score replaces --limit-score
dror27 d6707d2
flow flags passed to add base quality
dror27 d0e4a0f
BQ adjusted
dror27 f79da59
Fixed boundary case
ilyasoifer b2337dd
Snvq modes added. see --snvq-mode param
dror27 78818b4
SNVq corrected (all 80 issue)
dror27 f081cb5
Add missing X_ADJACENT_REF_DIFF
dror27 1a8b734
Tool renamed to AddFlowSNVQuality and model/conf removed
dror27 1461c82
further cleanup tests
dror27 1170d4b
FlowFeatureMapper changes removed
dror27 7da3aa6
expected results adjusted
dror27 2b25b21
snvq-mode removed. Geometric mode is one used
dror27 3cb409c
some comments addressed
dror27 94d4fe7
Update src/main/java/org/broadinstitute/hellbender/tools/walkers/feat…
dror27 4afc042
Update src/main/java/org/broadinstitute/hellbender/tools/walkers/feat…
dror27 4f8320e
0.0001 to keep consistent with GATK
dror27 9c17210
Merge branch 'ultima.snv-qual.develop.rebase' of github.com:Ultimagen…
dror27 5577f79
includeDupReads removed
dror27 ef7ea5e
additional updates
dror27 eacc100
DEFAULT_FILLING_VALUE restored to 0.001
dror27 a2b7f54
snvq-mode restored
dror27 06284b0
AddFlowSNVQuality integeration test expected data adjusted
4ee1255
fix comment spec on expected output
dror27 bc0ff83
some of the comments addressed
dror27 ff06e36
additional comments addressed
dror27 403bd29
additional comments addressed
dror27 a6afd8e
Clarified function
ilyasoifer 516c152
limit scores precision to regain platform independence
dror27 4ee5b6d
documented generateHmerBaseErrorProbabilities
dror27 d9c090b
AddFlowSNVQuality now overrides read base quality by default
dror27 0c73917
additional doc comments addressed
dror27 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 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 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.
Not 0.0001?
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.
Want to keep it 0.001 to be consistent with the GATK