What feature is being added or bug is being addressed?
Closes #122 .
What was your approach?
I've modified the address_ambiguous_calls() function to exclude variants with final_call == "Likely pathogenic", as this was causing all variants that met this criteria to take the Intervar call for final call.
What GitHub issue does your pull request address?
122
Directions for reviewers. Tell potential reviewers what kind of feedback you are soliciting.
Which areas should receive a particularly close look?
Please check new logic in address_ambiguous_calls() function
Is there anything that you want to discuss further?
Purpose/implementation Section
What feature is being added or bug is being addressed?
Closes #122 .
What was your approach?
I've modified the
address_ambiguous_calls()
function to exclude variants withfinal_call == "Likely pathogenic"
, as this was causing all variants that met this criteria to take the Intervar call for final call.What GitHub issue does your pull request address?
122
Directions for reviewers. Tell potential reviewers what kind of feedback you are soliciting.
Which areas should receive a particularly close look?
Please check new logic in
address_ambiguous_calls()
functionIs there anything that you want to discuss further?
No