forked from wtsi-npg/npg_seq_pipeline
-
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.
Fixed a bug in the autoqc function package.
The runfolder_path attribute is passed to the constructor of the review autoqc check object when deciding whether this check should run. Updated the RoboQC section of the existing test product configuration file.
- Loading branch information
Showing
6 changed files
with
55 additions
and
9 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
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
22 changes: 22 additions & 0 deletions
22
t/data/release/config/qc_review_default/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,22 @@ | ||
--- | ||
common: | ||
irods: &no_irods | ||
enable: false | ||
default: | ||
irods: &default_irods | ||
enable: true | ||
data_deletion: | ||
staging_deletion_delay: 30 | ||
markdup_method: "biobambam" | ||
gbs_pipeline: &gbs_pipeline_accessible | ||
allowed: true | ||
robo_qc: | ||
qc_type: "mqc" | ||
criteria: | ||
- applicability_criteria: | ||
lims: | ||
is_control: 1 | ||
sequencing_run: | ||
platform_HiSeq: 1 | ||
acceptance_criteria: | ||
- "sequence_error.pass" |