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

feat: small updates oncogenic, dux4 and QC thresholds #1527

Merged
merged 14 commits into from
Feb 18, 2025

Conversation

mathiasbio
Copy link
Collaborator

@mathiasbio mathiasbio commented Feb 6, 2025

Description

This PR adds a few of small fixes / updates.

Added

  • New ONC annotations from Clinvar

Changed

  • Added GT field to IGH-DUX4 variant
  • Changed QC thresholds for WGS normal and WES

Documentation

  • N/A
  • Updated Balsamic documentation to reflect the changes as needed for this PR.
    • [balsamic_annotations.rst]

Tests

Feature Tests

ONC annotations:

  • Verify that all fields from ONC can be annotated in the VCF
  • ONC found ONC=Uncertain_significance
  • ONCDN found ONCDN=Neoplasm
  • ONCREVSTAT found ONCREVSTAT=criteria_provided,_single_submitter
  • ONCDISDB found. ONCDISDB=Human_Phenotype_Ontolog....
  • ONCCONF (does not exist in any variant of the most recent clinvar we downloaded and cannot be tested)

IGH-DUX4 changes

  • Verify that the IGH-DUX4 variant can still be uploaded to Scout from old validation case

Uploaded to scout-stage on cust000

image

QC thresholds

  • Verify that new QC thresholds are working
  • WGS normal median coverage
  • WGS 5 AT_DROPOUT
  • WGS 5 GC_DROPOUT
  • WES 10 AT_DROPUT
  • WES 10 GC_DROPOUT

image

Screenshot 2025-02-17 at 18 27 10

See more info in google sheet: https://docs.google.com/spreadsheets/d/1zMTxhPLFD8nVxWSjgtnb8iOmcJm31sX2I8n89nGJ02s/edit?gid=0#gid=0

Pipeline Integrity Tests

  • Report deliver (generation of the .hk file)
    • N/A
    • Verified
  • TGA T/O Workflow
    • N/A
    • Verified
  • TGA T/N Workflow
    • N/A
    • Verified
  • UMI T/O Workflow
    • N/A
    • Verified
  • UMI T/N Workflow
    • N/A
    • Verified
  • WGS T/O Workflow
    • N/A
    • Verified
  • WGS T/N Workflow
    • N/A
    • Verified
  • QC Workflow
    • N/A
    • Verified
  • PON Workflow
    • N/A
    • Verified

Clinical Genomics Stockholm

Documentation

Panel of Normal specific criteria

User Changes

  • N/A
  • This PR affects the output files or results.
    • User feedback is considered unnecessary because: we're only adding annotation information
    • Affected users have been included in the development process and given a chance to provide feedback.

Infrastructure Changes

  • Stored files in Housekeeper
    • N/A
    • Updated: [Link]
  • CG (CLI and delivered/uploaded files)
    • N/A
    • Updated: [Link]
  • Servers (configuration files on Hasta)
    • N/A
    • Updated: [Link]
  • Scout interface
    • N/A
    • Updated: [Link]

Validation criteria

Validation criteria to be added to validation report PR: [LINK-TO-VALIDATION-REPORT-PR from the validations repository]

Version specific criteria

  • In TGA TN case selectbengal all new ONC fields can be found, optionally excluding ONCCONF which may not have been added to Clinvar yet

In any WGS case: [case-id]

  • GC_DROPOUT > 5.00 is set in QC deliverables file
  • AT_DROPOUT > 5.00 is set in QC deliverables file

In any WES case: [case-id]

  • GC_DROPOUT > 10.00 is set in QC deliverables file
  • AT_DROPOUT > 10.00 is set in QC deliverables file

Important

One of the below checkboxes for validation need to be checked

  • Added version specific validation criteria to validation report
  • Changes validated in standard sections: [validation-section]
  • Validation criteria not necessary

Checklist

Important

Ensure that all checkboxes below are ticked before merging.

For Developers

  • PR Description
    • Provided a comprehensive description of the PR.
    • Linked relevant user stories or issues to the PR.
  • Documentation
    • Verified and updated documentation if necessary.
  • Validation criteria
    • Completed the validation criteria section of the template.
  • Tests
    • Described and tested the functionality addressed in the PR.
    • Ensured integration of the new code with existing workflows.
    • Confirmed that meaningful unit tests were added for the changes introduced.
    • Checked that the PR has successfully passed all relevant code smells and coverage checks.
  • Review
    • Addressed and resolved all the feedback provided during the code review process.
    • Obtained final approval from designated reviewers.

For Reviewers

  • Code
    • Code implements the intended features or fixes the reported issue.
    • Code follows the project's coding standards and style guide.
  • Documentation
    • Pipeline changes are well-documented in the CHANGELOG and relevant documentation.
  • Validation criteria
    • The author has completed the validation criteria section of the template
  • Tests
    • The author provided a description of their manual testing, including consideration of edge cases and boundary
      conditions where applicable, with satisfactory results.
  • Review
    • Confirmed that the developer has addressed all the comments during the code review.

@mathiasbio mathiasbio linked an issue Feb 6, 2025 that may be closed by this pull request
3 tasks
@mathiasbio mathiasbio modified the milestones: Release 16, Release 17 Feb 6, 2025
@mathiasbio mathiasbio changed the base branch from master to develop February 6, 2025 16:00
@mathiasbio mathiasbio changed the title add: small updates oncogenic and dux4 feat: small updates oncogenic and dux4 Feb 6, 2025
Copy link

codecov bot commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.45%. Comparing base (7d529e6) to head (2e85b9a).
Report is 50 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1527      +/-   ##
===========================================
- Coverage    99.48%   99.45%   -0.03%     
===========================================
  Files           40       40              
  Lines         1932     2020      +88     
===========================================
+ Hits          1922     2009      +87     
- Misses          10       11       +1     
Flag Coverage Δ
unittests 99.45% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mathiasbio mathiasbio self-assigned this Feb 6, 2025
@mathiasbio mathiasbio changed the title feat: small updates oncogenic and dux4 feat: small updates oncogenic, dux4 and QC thresholds Feb 17, 2025
@mathiasbio mathiasbio marked this pull request as ready for review February 17, 2025 17:34
@mathiasbio mathiasbio requested a review from a team as a code owner February 17, 2025 17:34
@mathiasbio
Copy link
Collaborator Author

This can be reviewed, I just need to add the validation criteria to the validation report PR!

Copy link
Contributor

@fevac fevac left a comment

Choose a reason for hiding this comment

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

🚀 LGTM! If there is information about the thresdholds we use in the balsamic documentation you could add some info about these changes. But I don't think that's the case, I think this documentation we keep it in atlas, in which case should also be updated.

@mathiasbio mathiasbio merged commit 1d73f3d into develop Feb 18, 2025
7 checks passed
@mathiasbio mathiasbio deleted the small_fixes_oncogenic_dux4 branch February 18, 2025 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Completed
2 participants