Skip to content

Commit 579db2b

Browse files
authored
Contamination Threshold 100x Fix (#1074)
Missed this on contamination upper filter - TDR metrics are for out of 1.00 , not 100. Nothing affected in the most recent WGS callset , from the looks of things
1 parent fd5654d commit 579db2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: v03_pipeline/lib/methods/sample_qc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
GNOMAD_FILTER_MIN_CALLRATE = 0.99
1818

1919
CALLRATE_LOW_THRESHOLD = 0.85
20-
CONTAMINATION_UPPER_THRESHOLD = 5
20+
CONTAMINATION_UPPER_THRESHOLD = 0.05
2121
WES_COVERAGE_LOW_THRESHOLD = 85
2222
WGS_CALLRATE_LOW_THRESHOLD = 30
2323

0 commit comments

Comments
 (0)