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

Fix bug that results in an empty Vapor report #754

Merged
merged 2 commits into from
Jan 6, 2025
Merged

Conversation

kjaisingh
Copy link
Collaborator

@kjaisingh kjaisingh commented Dec 4, 2024

Description

report_confident_irs_vapor_variants.py of MakeGqRecalibratorTrainingSetFromPacBio takes in argument --output-detail which is intended to output a detailed TSV report of confident variants through VaPoR/IRS analysis. As it currently stands though, no confident VaPoR variants are added to this report. This PR resolves this by ensuring that confident variants are output if a file is passed via --output-detail.

Testing

  • This Terra job demonstrates the a run with the previous version of report_confident_irs_vapor_variants.py - note that the vapor_and_irs_detail_report output has no rows in it.
  • This Terra job demonstrates the a run with the new version of report_confident_irs_vapor_variants.py - note that the vapor_and_irs_detail_report_2 output has informative data in its rows.

@kjaisingh kjaisingh added the bug Something isn't working label Dec 4, 2024
@kjaisingh kjaisingh self-assigned this Dec 4, 2024
@kjaisingh kjaisingh marked this pull request as ready for review December 5, 2024 12:55
@kjaisingh kjaisingh requested a review from mwalker174 January 6, 2025 14:02
Copy link
Collaborator

@mwalker174 mwalker174 left a comment

Choose a reason for hiding this comment

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

Thanks, looks good!

@kjaisingh kjaisingh merged commit e902bf4 into main Jan 6, 2025
8 checks passed
@kjaisingh kjaisingh deleted the kj_vapor_report_fix branch January 6, 2025 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants