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 exon annotation not showing #484

Merged
merged 2 commits into from
Jan 10, 2025
Merged

Conversation

calvinlu3
Copy link
Contributor

Comment on lines 142 to 146
if (m.group(1) != null && m.group(3) == null) {
// we only want to specify reference when it's one position ins/del
alteration.setRefResidues(m.group(1).toUpperCase());
revisedProteinChange += alteration.getRefResidues();
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This change requires discussion. Is Y770_G772dup or 770_G772dup valid?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

According to hgvs nomenclature, the reference allele can be include for multi position change

@calvinlu3 calvinlu3 added the fix Fix tag for release label Dec 24, 2024
@calvinlu3 calvinlu3 requested review from jfkonecn and bprize15 January 8, 2025 21:41
Copy link

@bprize15 bprize15 left a comment

Choose a reason for hiding this comment

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

LGTM, assuming dup thing is figured out

@calvinlu3 calvinlu3 merged commit 63bbd18 into oncokb:rc Jan 10, 2025
2 checks passed
@calvinlu3 calvinlu3 deleted the fix/exon-info branch January 10, 2025 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fix tag for release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants