diskin-lab-chop / AutoGVP

19 stars 3 forks source link

Modify address_ambiguous_calls() function to exclude likely pathogenic clinvar calls #124

Closed rjcorb closed 1 year ago

rjcorb commented 1 year ago

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 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?

No