Skip to content

Commit

Permalink
Change indel HIGH code
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaQin committed Feb 8, 2025
1 parent 457cd9a commit 3571265
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions gnomad/sample_qc/relatedness.py
Original file line number Diff line number Diff line change
Expand Up @@ -1678,8 +1678,7 @@ def default_get_de_novo_expr(
.when(
(
(
is_snp
& (p_de_novo > high_conf_p)
(p_de_novo > high_conf_p)
& (proband_ab > high_med_conf_ab)
& (dp_ratio > high_conf_dp_ratio)
)
Expand All @@ -1689,11 +1688,6 @@ def default_get_de_novo_expr(
& (proband_ab > high_med_conf_ab)
& (proband_expr.DP > dp_threshold_snp)
)
| (
~is_snp
& (p_de_novo > high_conf_p)
& (proband_ab > high_med_conf_ab)
)
),
"HIGH",
)
Expand Down

0 comments on commit 3571265

Please sign in to comment.