Skip to content

Commit

Permalink
Raredisease remove duplicate check (#4207)
Browse files Browse the repository at this point in the history
### Changed
- Removed raredisease adapter content check from picardtools and WES depth threshold.
  • Loading branch information
peterpru authored Feb 14, 2025
1 parent 0cd55c9 commit 18788ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 0 additions & 3 deletions cg/constants/nf_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ class NfTowerStatus(StrEnum):
"Contamination Status": {"norm": "eq", "threshold": "NO"},
"adapter_cutting_adapter_trimmed_reads": {"norm": "lt", "threshold": None},
"PCT_PF_UQ_READS_ALIGNED": {"norm": "gt", "threshold": 0.95},
"MEDIAN_TARGET_COVERAGE": {"norm": "gt", "threshold": 25},
"PCT_TARGET_BASES_10X": {"norm": "gt", "threshold": 0.95},
"PCT_EXC_ADAPTER": {"norm": "lt", "threshold": 0.0005},
"AT_DROPOUT": {"norm": "lt", "threshold": 10},
"GC_DROPOUT": {"norm": "lt", "threshold": 10},
RAREDISEASE_PREDICTED_SEX_METRIC: {"norm": "eq", "threshold": None},
Expand All @@ -44,7 +42,6 @@ class NfTowerStatus(StrEnum):
"PCT_PF_UQ_READS_ALIGNED": {"norm": "gt", "threshold": 0.95},
"MEDIAN_TARGET_COVERAGE": {"norm": "gt", "threshold": 25},
"PCT_TARGET_BASES_10X": {"norm": "gt", "threshold": 0.95},
"PCT_EXC_ADAPTER": {"norm": "lt", "threshold": 0.0005},
"AT_DROPOUT": {"norm": "lt", "threshold": 5},
"GC_DROPOUT": {"norm": "lt", "threshold": 5},
RAREDISEASE_PREDICTED_SEX_METRIC: {"norm": "eq", "threshold": None},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,7 @@ metrics:
name: PCT_EXC_DUPE
step: multiqc
value: 0.047463
- condition:
norm: lt
threshold: 0.0005
- condition: null
header: null
id: ADM1
input: multiqc_data.json
Expand Down Expand Up @@ -1617,9 +1615,7 @@ metrics:
name: PCT_EXC_DUPE
step: multiqc
value: 0.047463
- condition:
norm: lt
threshold: 0.0005
- condition: null
header: null
id: ADM2
input: multiqc_data.json
Expand Down

0 comments on commit 18788ab

Please sign in to comment.