Skip to content

feat: Update vep version #1567

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

Open
wants to merge 18 commits into
base: develop
Choose a base branch
from
Open

feat: Update vep version #1567

wants to merge 18 commits into from

Conversation

fevac
Copy link
Contributor

@fevac fevac commented Apr 17, 2025

Description

Closes #1556

Changed

  • Update to latest VEP version
  • Update to latest CAD version

Fixed

  • Fixed varcall_py27 container

Documentation

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

Tests

Feature Tests

  • N/A
  • Test [Description]
    • [Screenshot]

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

  • Atlas documentation
    • N/A
    • Updated: [Link]
  • Web portal for Clinical Genomics
    • N/A
    • Updated: [Link]

Panel of Normal specific criteria

User Changes

  • N/A
  • This PR affects the output files or results.
    • User feedback is considered unnecessary because [Justification].
    • 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

  • Text here or N/A

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.

@fevac fevac requested a review from a team as a code owner April 17, 2025 07:34
Copy link

codecov bot commented Apr 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.30%. Comparing base (7d529e6) to head (e3a9f17).
Report is 80 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1567      +/-   ##
===========================================
- Coverage    99.48%   99.30%   -0.18%     
===========================================
  Files           40       40              
  Lines         1932     2019      +87     
===========================================
+ Hits          1922     2005      +83     
- Misses          10       14       +4     
Flag Coverage Δ
unittests 99.30% <ø> (-0.18%) ⬇️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@mathiasbio mathiasbio left a comment

Choose a reason for hiding this comment

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

Great job 🌟 Code looks good to me, and great that the containers can build!

There's just a couple of things left that I would love to know.

First is if the workflows that use these containers can still finish successfully, it's probably enough to just test one workflow, as long as that workflow tests each way that the containers are used.

Then it would also be nice to understand a bit more about what the impact could be on the VCFs from updating cadd and vep.

  • Is the format of the VCFs changed in any way?
  • Is there new information added to the info fields?
  • Has existing fields changed names?
  • If anything has changed, can Scout still parse it?
  • If there's new info, is there anything that would be relevant to ask Scout devs to add?

It can be difficult to understand all of the changes of course! But for one it would be nice to see if the second breakpoint in the SVs is now annotated for the fusion detection in Scout : )

@fevac
Copy link
Contributor Author

fevac commented May 22, 2025

@mathiasbio Addressing your comments:

  • Is the format of the VCFs changed in any way?
    Same format. With some new information (see below) and updated DBs.

The most relevant updates are:

  • Breakend improvements
    • Use of chromosome synonyms supported in breakends
    • Consequences now reported per breakend
    • Support for single breakend input
  • Is there new information added to the info fields?
    Some new fields, mostly from gnomAD
Pasted Graphic 1

Has existing fields changed names?
AA_AF and EA_AF have been removed

If anything has changed, can Scout still parse it?
Testing

If there's new info, is there anything that would be relevant to ask Scout devs to add?
I think nothing for now

Copy link

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.

2 participants