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

Adds support for clinical annotations #89

Merged
merged 1 commit into from
Aug 24, 2021

Conversation

Rohan-cod
Copy link
Contributor

@Rohan-cod Rohan-cod commented Jul 28, 2021

Description

  • Updated the code to add support for clinical annotations. As part of this, a new parameter(annotation_filename) was added to get the file that contains the annotations, a new data structure(diagnostic_implication) was added for the clinical significance and phenotype components, and three more variant components, namely transcript reference sequence, DNA change, and Amino Acid change were added.

  • Added the corresponding integration test.

Fixes #88

How Has This Been Tested?

The code has been tested by running all the unit tests using the command python -m unittest and validated the PEP 8 formatting using pycodestyle.

  • Unit Tests
  • PEP 8 Formatting Validation

@Rohan-cod Rohan-cod force-pushed the clinical-annotations branch 3 times, most recently from 6ad9643 to e182dcc Compare August 5, 2021 14:32
@Rohan-cod Rohan-cod force-pushed the clinical-annotations branch 7 times, most recently from e440e30 to 2ea2a3f Compare August 18, 2021 18:05
@Rohan-cod Rohan-cod force-pushed the clinical-annotations branch 2 times, most recently from c21a49c to 3eb7166 Compare August 22, 2021 11:48
The following changes were made in this commit:

* Updated the code to add support for clinical annotations.

* Added the corresponding integration test.
@Rohan-cod Rohan-cod force-pushed the clinical-annotations branch from 3eb7166 to 329e34c Compare August 23, 2021 16:23
@rhdolin rhdolin merged commit e5d32ce into elimuinformatics:master Aug 24, 2021
@Rohan-cod Rohan-cod deleted the clinical-annotations branch August 24, 2021 14:35
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.

Add Support for clinical annotations
3 participants