Skip to content

Commit d521e6c

Browse files
authored
Merge pull request #2070 from Clinical-Genomics/release/12.1.0
Release branch back into dev
2 parents 010a180 + 1681e6c commit d521e6c

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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-
## [develop]
6+
## [12.1.0]
77

88
- Adds optional trimming of reads with Fastp for the DNA workflow, turned on by default
99
- Adds automatic fail in analaysisrunstatus for cases where the peddy detects errors in the pedigree

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.3};
85+
Readonly our $MIP_VERSION => q{12.1.0};
8686

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

lib/MIP/Recipes/Pipeline/Analyse_rd_dna.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ sub pipeline_analyse_rd_dna {
575575
delly_reformat => \&analysis_delly_reformat,
576576
endvariantannotationblock => \&analysis_endvariantannotationblock,
577577
expansionhunter => \&analysis_expansionhunter,
578-
fastp_ar => \&analysis_fastp,
578+
fastp_ar => \&analysis_fastp,
579579
fastqc_ar => \&analysis_fastqc,
580580
frequency_filter => \&analysis_frequency_filter,
581581
gatk_baserecalibration => \&analysis_gatk_baserecalibration,

templates/mip_download_rd_dna_config_-1.0-.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ reference:
111111
- gold_standard_indels
112112
rank_model:
113113
- v0.2
114-
- v1.35
115114
- v1.36
115+
- v1.37
116116
reduced_penetrance:
117117
- 2017
118118
scout_exons:
@@ -900,20 +900,20 @@ reference_feature:
900900
url_prefix: https://storage.googleapis.com/genomics-public-data/resources/broad/hg38/v0/
901901
rank_model:
902902
grch37:
903-
v1.35:
904-
file: rank_model_-v1.35-.ini
905-
file_check: rank_model_-v1.35-.ini.md5
906-
outfile: rank_model_-v1.35-.ini
907-
outfile_check: rank_model_-v1.35-.ini.md5
908-
outfile_check_method: md5sum
909-
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/rank_model/
910903
v1.36:
911904
file: rank_model_-v1.36-.ini
912905
file_check: rank_model_-v1.36-.ini.md5
913906
outfile: rank_model_-v1.36-.ini
914907
outfile_check: rank_model_-v1.36-.ini.md5
915908
outfile_check_method: md5sum
916909
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/rank_model/
910+
v1.37:
911+
file: rank_model_-v1.37-.ini
912+
file_check: rank_model_-v1.37-.ini.md5
913+
outfile: rank_model_-v1.37-.ini
914+
outfile_check: rank_model_-v1.37-.ini.md5
915+
outfile_check_method: md5sum
916+
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/rank_model/
917917
grch38:
918918
v0.2:
919919
file: grch38_rank_model_-v0.2-.ini

templates/mip_install_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ container:
129129
mip:
130130
executable:
131131
mip:
132-
uri: docker.io/clinicalgenomics/mip:develop
132+
uri: docker.io/clinicalgenomics/mip:v12.1.0
133133
multiqc:
134134
executable:
135135
multiqc:

0 commit comments

Comments
 (0)