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

V.0.5.3 #34

Merged
merged 5 commits into from
Sep 30, 2019
Merged

V.0.5.3 #34

merged 5 commits into from
Sep 30, 2019

Conversation

fernanda-rodrigues
Copy link
Member

Bug fixes in parsing of ClinVar information

Changes include:

  • Fixed parseMacPathogenicity() to handle variants with multiple submitters that received both benign and pathogenic classifications, but no conflict is reported (i.e. isPathogenic == 1 and isBenign == 1 and isConflicted == 0)

  • Fixed bug reported in pull request Fix bug #19: var.splitHGVSc, which doesn't consider strand information. When override = True, the ref and alt for genomic variants would be wrongly changed for minus strand transcripts. Changed to override = False

  • Fixed bug reported in pull request Fix bug #19: fixed corrdinates in getMacClinVarTSV() to match readVCF().

Changes include:
- Fixed parseMacPathogenicity() to handle variants with multiple submitters that received both benign and pathogenic classifications, but no conflict is reported (i.e. `isPathogenic == 1 and isBenign == 1 and isConflicted == 0`)

- Fixed bug reported in pull request #19:  var.splitHGVSc, which doesn't consider strand information. When override = True, the ref and alt for genomic variants would be wrongly changed for minus strand transcripts. Changed to override = False

- Fixed bug reported in pull request #19: fixed corrdinates in getMacClinVarTSV() to match readVCF().
@fernanda-rodrigues fernanda-rodrigues merged commit 869dbb4 into master Sep 30, 2019
@ccwang002 ccwang002 deleted the v.0.5.3 branch February 25, 2020 20:45
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.

1 participant