forked from wtsi-npg/npg_qc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disallow emply applicability criteria
- Loading branch information
Showing
7 changed files
with
141 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
t/data/autoqc/review/lims_applicability_empty/product_release.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
default: | ||
s3: | ||
enable: false | ||
url: null | ||
notify: false | ||
irods: | ||
enable: true | ||
notify: false | ||
|
||
study: | ||
- study_id: "5392" | ||
s3: | ||
enable: true | ||
url: "gs://profile_one-europe-west2" | ||
date_binning: true | ||
customer_name: "UK Organisation" | ||
profile: "profile_one" | ||
notify: true | ||
receipts: "/data_product_receipts/5392/" | ||
irods: | ||
enable: false | ||
notify: true | ||
merge: | ||
component_cache_dir: "/merge_component_cache/5392/" | ||
robo_qc: | ||
qc_type: "mqc" | ||
criteria: | ||
- applicability_criteria: | ||
lims: | ||
acceptance_criteria : | ||
- "( bam_flagstats.target_proper_pair_mapped_reads / bam_flagstats.target_mapped_reads ) > 0.95" | ||
- "bam_flagstats.target_mapped_bases > 85_000_000_000" | ||
- "bam_flagstats.target_percent_gt_coverage_threshold > 95" | ||
- "verify_bam_id.freemix < 0.01" | ||
- "( bcfstats.genotypes_nrd_dividend / bcfstats.genotypes_nrd_divisor ) < 0.02" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
t/data/autoqc/review/no_known_applicability_type/product_release.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
default: | ||
s3: | ||
enable: false | ||
url: null | ||
notify: false | ||
irods: | ||
enable: true | ||
notify: false | ||
|
||
study: | ||
- study_id: "5392" | ||
s3: | ||
enable: true | ||
url: "gs://profile_one-europe-west2" | ||
date_binning: true | ||
customer_name: "UK Organisation" | ||
profile: "profile_one" | ||
notify: true | ||
receipts: "/data_product_receipts/5392/" | ||
irods: | ||
enable: false | ||
notify: true | ||
merge: | ||
component_cache_dir: "/merge_component_cache/5392/" | ||
robo_qc: | ||
qc_type: "mqc" | ||
criteria: | ||
- applicability_criteria: | ||
libs: | ||
library_type: "HiSeqX PCR free" | ||
acceptance_criteria : | ||
- "( bam_flagstats.target_proper_pair_mapped_reads / bam_flagstats.target_mapped_reads ) > 0.95" | ||
- "bam_flagstats.target_mapped_bases > 85_000_000_000" | ||
- "bam_flagstats.target_percent_gt_coverage_threshold > 95" | ||
- "verify_bam_id.freemix < 0.01" | ||
- "( bcfstats.genotypes_nrd_dividend / bcfstats.genotypes_nrd_divisor ) < 0.02" |