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

VS-695. Updates to run Precision and Sensitivity on VQSR Lite #8230

Merged
merged 4 commits into from
Mar 3, 2023

Conversation

gbggrant
Copy link
Collaborator

@gbggrant gbggrant commented Mar 1, 2023

Update GvsCalculatePrecisionAndSensitivity.wdl to allow for different scale of calibration_sensitivity vs. lod score.
Also retrieving score from JointVcfFiltering and storing that in BQ and in the VCF. (Probably don't need this long term.)

… scale of calibration_sensitivity vs. lod score.

Also retrieving score from JointVcfFiltering and storing that in BQ and in the VCF.
Probably don't need this long term.
@codecov
Copy link

codecov bot commented Mar 1, 2023

Codecov Report

❗ No coverage uploaded for pull request base (ah_var_store@3a7f6e2). Click here to learn what that means.
The diff coverage is n/a.

Additional details and impacted files
@@               Coverage Diff                @@
##             ah_var_store     #8230   +/-   ##
================================================
  Coverage                ?   85.837%           
  Complexity              ?     35510           
================================================
  Files                   ?      2194           
  Lines                   ?    167039           
  Branches                ?     18004           
================================================
  Hits                    ?    143382           
  Misses                  ?     17269           
  Partials                ?      6388           

@gbggrant gbggrant marked this pull request as ready for review March 1, 2023 18:59
@@ -247,6 +248,12 @@ protected String[] customCommandLineValidation() {
errors.add("Parameters 'project-id', 'dataset-id', 'call-set-identifier', 'wdl-step', 'wdl-call', and 'shardIdentifier' must be set if 'cost-observability-tablename' is set.");
}
}
if (truthSensitivitySNPThreshold < 0.0 || truthSensitivitySNPThreshold > 1.0) {
errors.add("Parameter 'snps-truth-sensitivity-filter-level' MUST be between 0.0 and 1.0'");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we print out what the number actually is?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Collaborator

@mcovarr mcovarr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gbggrant gbggrant merged commit 5645e88 into ah_var_store Mar 3, 2023
@gbggrant gbggrant deleted the gg_VS-695_RunPandSForVQSR_Lite branch March 3, 2023 21:25
This was referenced Mar 17, 2023
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