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

PCGR v2 support: Handle VAF_TUMOR and ACTIONABILITY_TIER #169

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Conversation

pdiakumis
Copy link
Member

The AF_TUMOR and TIER columns have been renamed in PCGR v2 to VAF_TUMOR and ACTIONABILITY_TIER, respectively.
The latter column's values also don't have a TIER prefix any more, so handling those in the parser itself.
Tested on one sample locally and it works.
Fixes #168.

@pdiakumis pdiakumis added the enhancement New feature or request label Sep 25, 2024
@pdiakumis pdiakumis requested a review from skanwal September 25, 2024 08:32
@ohofmann
Copy link
Member

@scwatts Would the tier re-name cause an issue with sash's rescue approach?

Copy link
Member

@skanwal skanwal left a comment

Choose a reason for hiding this comment

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

Thanks, Peter.

@pdiakumis pdiakumis merged commit ecd442b into main Sep 26, 2024
1 check passed
@pdiakumis pdiakumis deleted the pcgrv2 branch September 26, 2024 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle PCGR v2 Input
3 participants