What feature is being added or bug is being addressed?
Closes #148. This PR modifies code in 01-annotate_variants_*_input.R so that ClinVar calls with conflicting interpretation that are resolved with submissions have Stars == 1 in final output.
What was your approach?
All calls with initial Stars == "1NR were set to "1" in master_tab output
What GitHub issue does your pull request address?
148
Directions for reviewers. Tell potential reviewers what kind of feedback you are soliciting.
Which areas should receive a particularly close look?
Please run autogvp bash script on test pbta and custom files, and ensure that all calls with ClinVar have a value in clinvar_stars.
Purpose/implementation Section
What feature is being added or bug is being addressed?
Closes #148. This PR modifies code in
01-annotate_variants_*_input.R
so that ClinVar calls with conflicting interpretation that are resolved with submissions haveStars == 1
in final output.What was your approach?
All calls with initial
Stars == "1NR
were set to"1"
inmaster_tab
outputWhat GitHub issue does your pull request address?
148
Directions for reviewers. Tell potential reviewers what kind of feedback you are soliciting.
Which areas should receive a particularly close look?
Please run autogvp bash script on test pbta and custom files, and ensure that all calls with ClinVar have a value in
clinvar_stars
.Is there anything that you want to discuss further?
No
Documentation Checklist