-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix checksum message check, improve checksum message, update test case
- Loading branch information
1 parent
a52209d
commit 297d638
Showing
4 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ | |
AD_LOGDIR = os.path.join(RUNFOLDERS, "automate_demultiplexing_logfiles") | ||
MAIL_SETTINGS = MAIL_SETTINGS | { # Add test mail recipients | ||
"pipeline_started_subj": f"{SCRIPT_MODE}. ALERT: Started pipeline for %s", | ||
"binfx_recipient": MAIL_SETTINGS["binfx_email"], | ||
"binfx_recipient": "[email protected]", | ||
# Oncology email address for email alerts | ||
"oncology_ops_email": "[email protected]", | ||
"wes_samplename_emaillist": ["[email protected]"], | ||
|
@@ -361,7 +361,7 @@ class DemultiplexConfig(PanelConfig): | |
"lane_metrics_suffix": LANE_METRICS_SUFFIX, | ||
"cd_success": "picard.illumina.CollectIlluminaLaneMetrics done", | ||
"demultiplex_success": DEMULTIPLEX_SUCCESS, | ||
"checksums_already_assessed": "Checksums already assessed by AS: %s", # Written to file by AS | ||
"checksums_assessed": "Checksums assessed by AS: %s", # Written to file by AS | ||
"checksums_match": "Checksums match", # Success message written to md5checksum file by integrity check scripts | ||
"checksums_do_not_match": "Checksums do not match", # Failure message written to md5sum file by integrity check scripts | ||
"samplesheet_success": "Samplesheet check successful with no errors identified: %s", | ||
|
Binary file not shown.
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