Skip to content

Commit

Permalink
Lowered the PCT_TARGET_BASES_20X threshold to 93.5%
Browse files Browse the repository at this point in the history
  • Loading branch information
BasMonkey committed Jul 22, 2024
1 parent 56e7075 commit 3a4886b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/checkqc_settings.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
metrics:
- filename: "multiqc_picard_HsMetrics.txt"
qc_col: "PCT_TARGET_BASES_20X"
threshold: 0.945
threshold: 0.935
operator: "<="
report_cols: ["Sample", "PCT_TARGET_BASES_20X"]
sample_cols: ["Sample"]
Expand Down
2 changes: 1 addition & 1 deletion assets/multiqc_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ table_cond_formatting_rules:
warn:
- lt: 96
fail:
- lt: 94.5
- lt: 93.5
mqc-generalstats-verifybamid-FREEMIX:
pass:
- lt: 4
Expand Down

0 comments on commit 3a4886b

Please sign in to comment.