-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from Clinical-Genomics/accreditation-changes-t…
…o-report Accreditation changes to report
- Loading branch information
Showing
16 changed files
with
1,159 additions
and
359 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -12,13 +12,17 @@ | |
"_comment": "File finding patterns. Only single capture group accepted (for reverse/forward identifier)", | ||
"regex": { | ||
"mail_recipient": "[email protected]", | ||
"file_pattern": "\\w{8,12}_\\w{8,10}(?:-\\d+)*_L\\d_(?:R)*(\\d{1}).fastq.gz" | ||
"file_pattern": "\\w{8,12}_\\w{8,10}(?:-\\d+)*_L\\d_(?:R)*(\\d{1}).fastq.gz", | ||
"_comment": "Organisms recognized enough to be considered stable", | ||
"verified_organisms": ["Enterococcus faecalis","Enterococcus faecium","Escherichia coli","Klebsiella pneumoniae","Staphylococcus aureus"] | ||
}, | ||
|
||
"_comment": "Folders", | ||
"folders": { | ||
"_comment": "Root folder for ALL output", | ||
"results": "/mnt/hds/proj/bioinfo/MICROBIAL/MLST/results/", | ||
"_comment": "Report collection folder", | ||
"reports": "/mnt/hds/proj/bioinfo/MICROBIAL/MLST/reports/", | ||
"_comment": "Log file position and name", | ||
"log_file": "~/microsalt.log", | ||
|
||
|
@@ -45,11 +49,30 @@ | |
|
||
"_comment": "Thresholds for Displayed results", | ||
"threshold": { | ||
"_comment": "Typing thresholds", | ||
"mlst_id": 100, | ||
"mlst_novel_id": 99.5, | ||
"mlst_span": 0.9, | ||
"mlst_span": 90, | ||
"motif_id": 97, | ||
"motif_span": 0.9 | ||
"motif_span": 90, | ||
"_comment": "Quality Control thresholds", | ||
"total_reads_warn": 75, | ||
"total_reads_fail": 70, | ||
"NTC_total_reads_warn": 10, | ||
"NTC_total_reads_fail": 20, | ||
"mapped_rate_warn": 50, | ||
"mapped_rate_fail": 30, | ||
"duplication_rate_warn": 20, | ||
"duplication_rate_fail": 80, | ||
"insert_size_warn": 140, | ||
"insert_size_fail": 100, | ||
"average_coverage_warn": 100, | ||
"average_coverage_fail": 10, | ||
"bp_10x_warn": 90, | ||
"bp_10x_fail": 80, | ||
"bp_30x_warn": 70, | ||
"bp_50x_warn": 50, | ||
"bp_100x_warn": 20 | ||
}, | ||
|
||
"_comment": "Genologics temporary configuration file", | ||
|
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
Oops, something went wrong.