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-1009 Add SCORE to VQSR Lite VCF #8423

Merged
merged 17 commits into from
Jul 20, 2023

Conversation

gbggrant
Copy link
Collaborator

@gbggrant gbggrant commented Jul 17, 2023

This PR adds the 'SCORE' field as an output in the VQSR-Lite derived VCFs
Score is the value from which the CALIBRATION_SENSITIVITY is derived. The latter is what we use for filtering based on sensitivity, but Sam and Laura also want the SCORE stored in the VCF.

Passing Integration test here

- Pull it from the VCFs exported from VQSR Lite and store it in the model
@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

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

❗ Current head 4e40c14 differs from pull request most recent head 26fa502. Consider uploading reports for the commit 26fa502 to get more accurate results

Additional details and impacted files
@@               Coverage Diff                @@
##             ah_var_store     #8423   +/-   ##
================================================
  Coverage                ?   16.791%           
  Complexity              ?      4708           
================================================
  Files                   ?      1392           
  Lines                   ?     83169           
  Branches                ?     13248           
================================================
  Hits                    ?     13965           
  Misses                  ?     67144           
  Partials                ?      2060           

@gatk-bot
Copy link

gatk-bot commented Jul 18, 2023

Github actions tests reported job failures from actions build 5582472783
Failures in the following jobs:

Test Type JDK Job ID Logs
unit 11 5582472783.13 logs
unit 8 5582472783.1 logs
unit 11 5582472783.13 logs
unit 8 5582472783.1 logs

@gatk-bot
Copy link

gatk-bot commented Jul 18, 2023

Github actions tests reported job failures from actions build 5590654477
Failures in the following jobs:

Test Type JDK Job ID Logs
unit 11 5590654477.13 logs
unit 8 5590654477.1 logs

@gatk-bot
Copy link

gatk-bot commented Jul 19, 2023

Github actions tests reported job failures from actions build 5602967249
Failures in the following jobs:

Test Type JDK Job ID Logs
unit 11 5602967249.13 logs
unit 8 5602967249.1 logs

@gbggrant gbggrant marked this pull request as ready for review July 20, 2023 13:14
Copy link

@rsasch rsasch left a comment

Choose a reason for hiding this comment

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

one small question, otherwise LGTM 👍🏻

@gbggrant gbggrant merged commit d37e34b into ah_var_store Jul 20, 2023
14 checks passed
@gbggrant gbggrant deleted the gg_VS-1xxx_AddScoreToVQSRLiteVCF branch July 20, 2023 23:19
mcovarr pushed a commit that referenced this pull request Jul 24, 2023
* Add the VQSR Lite field 'SCORE' to the data model
- Pull it from the VCFs exported from VQSR Lite and store it in the model
* Add code to put SCORE in the extracted VCF
* Pass the gatk_override to VQSRClassic wdl (oops)
* Update truth for integration test to include VQSR Lite VCFs with 'SCORE' field in them
* Update VQSR Lite avro file and test data to include SCORE field.
* Updated dockers and override jar
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