Skip to content

Commit ef074ab

Browse files
authored
Merge pull request #2054 from Clinical-Genomics/release/12.0.1
Release/12.0.1
2 parents 31c2fec + 0f1e54f commit ef074ab

19 files changed

+64
-29
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# the repo. Unless a later match takes precedence,
33
# @global-owner1 and @global-owner2 will be requested for
44
# review when someone opens a pull request.
5-
* @henrikstranneheim @jemten @ramprasadn
5+
* @henrikstranneheim @Clinical-Genomics/rare-disease
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
metrics: []
3+

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [12.0.1]
7+
8+
- Adds loqudb and gnomad frequencies to vcf2cytosure filtering
9+
- Store PCT_PF_READS_IMPROPER_PAIRS in qc file
10+
- Evaluate and fail analysis where PCT_PF_READS_IMPROPER_PAIRS is above 5 %
11+
612
## [12.0.0]
713

814
- Set overlap requirement for merging two SVs to 0.8, down from the 0.95 default

definitions/rd_dna_panel_parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ qccollect_eval_metric_file:
11831183
associated_recipe:
11841184
- qccollect_ar
11851185
data_type: SCALAR
1186-
default: qc_eval_metric_-v1.3-.yaml
1186+
default: qc_eval_metric_-v1.4-.yaml
11871187
exists_check: file
11881188
is_reference: 1
11891189
reference: reference_dir

definitions/rd_dna_parameters.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ vcf2cytosure_exclude_filter:
10571057
associated_recipe:
10581058
- vcf2cytosure_ar
10591059
data_type: SCALAR
1060-
default: "'clingen_ngiAF > 0.1 || swegenAF > 0.05 || clinical_genomics_mipAF > 0.05 || decipherAF > 0.1'"
1060+
default: "'clingen_ngiAF > 0.1 || swegenAF > 0.05 || clinical_genomics_mipAF > 0.05 || decipherAF > 0.1 || clinical_genomics_loqusFrq > 0.05 || gnomad_svAF > 0.05'"
10611061
type: recipe_argument
10621062
vcf2cytosure_freq:
10631063
associated_recipe:
@@ -1069,7 +1069,7 @@ vcf2cytosure_freq_tag:
10691069
associated_recipe:
10701070
- vcf2cytosure_ar
10711071
data_type: SCALAR
1072-
default: FRQ
1072+
default: clinical_genomics_loqusFrq
10731073
type: recipe_argument
10741074
vcf2cytosure_maxbnd:
10751075
associated_recipe:
@@ -2309,7 +2309,7 @@ qccollect_eval_metric_file:
23092309
associated_recipe:
23102310
- qccollect_ar
23112311
data_type: SCALAR
2312-
default: qc_eval_metric_-v1.3-.yaml
2312+
default: qc_eval_metric_-v1.4-.yaml
23132313
exists_check: file
23142314
is_reference: 1
23152315
reference: reference_dir

definitions/rd_rna_parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ qccollect_eval_metric_file:
10951095
associated_recipe:
10961096
- qccollect_ar
10971097
data_type: SCALAR
1098-
default: qc_eval_metric_-v1.3-.yaml
1098+
default: qc_eval_metric_-v1.4-.yaml
10991099
exists_check: file
11001100
is_reference: 1
11011101
reference: reference_dir

lib/MIP/Constants.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Readonly our %ANALYSIS => (
8282
);
8383

8484
## Set MIP version
85-
Readonly our $MIP_VERSION => q{12.0.0};
85+
Readonly our $MIP_VERSION => q{12.0.1};
8686

8787
## Cli
8888
Readonly our $MOOSEX_APP_SCEEN_WIDTH => 160;

lib/MIP/Main/Qccollect.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ sub parse_limit_qc_output {
555555

556556
return if not $limit_qc_output;
557557

558-
Readonly my @SKIP_QC_METRICS => qw{ collectmultiplemetrics variantevalall variantevalexome };
558+
Readonly my @SKIP_QC_METRICS => qw{ variantevalall variantevalexome };
559559

560560
foreach my $delete_metric_key (@SKIP_QC_METRICS) {
561561

lib/MIP/Qccollect.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ sub define_evaluate_metric {
455455

456456
sub evaluate_analysis {
457457

458-
## Function : Read in aevaluate metrics and evaluate on sample and case level
458+
## Function : Read in evaluation metrics and evaluate on sample and case level
459459
## Returns :
460460
## Arguments : eval_metric_file => File with evaluation metrics
461461
## : qc_data_href => QC data {REF}
@@ -896,7 +896,6 @@ sub parse_sample_qc_metric {
896896
$evaluate_metric_href->{$sample_id}{$recipe_name}{$metric},
897897
}
898898
);
899-
next METRIC;
900899
}
901900
}
902901
return 1;

lib/MIP/Recipes/Install/Mip_scripts.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ sub install_mip_scripts {
8888
mip_rd_dna_vcf_rerun_config.yaml
8989
mip_rd_rna_config.yaml
9090
program_test_cmds.yaml
91-
qc_eval_metric_-v1.3-.yaml
91+
qc_eval_metric_-v1.4-.yaml
9292
qc_regexp_-v1.26-.yaml
9393
rank_model_-v1.34-.ini
9494
svrank_model_-v1.9-.ini

0 commit comments

Comments
 (0)