Skip to content

Commit

Permalink
Merge pull request #2070 from Clinical-Genomics/release/12.1.0
Browse files Browse the repository at this point in the history
Release branch back into dev
  • Loading branch information
jemten authored Mar 5, 2024
2 parents 010a180 + 1681e6c commit d521e6c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [develop]
## [12.1.0]

- Adds optional trimming of reads with Fastp for the DNA workflow, turned on by default
- Adds automatic fail in analaysisrunstatus for cases where the peddy detects errors in the pedigree
Expand Down
2 changes: 1 addition & 1 deletion lib/MIP/Constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Readonly our %ANALYSIS => (
);

## Set MIP version
Readonly our $MIP_VERSION => q{12.0.3};
Readonly our $MIP_VERSION => q{12.1.0};

## Cli
Readonly our $MOOSEX_APP_SCEEN_WIDTH => 160;
Expand Down
2 changes: 1 addition & 1 deletion lib/MIP/Recipes/Pipeline/Analyse_rd_dna.pm
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ sub pipeline_analyse_rd_dna {
delly_reformat => \&analysis_delly_reformat,
endvariantannotationblock => \&analysis_endvariantannotationblock,
expansionhunter => \&analysis_expansionhunter,
fastp_ar => \&analysis_fastp,
fastp_ar => \&analysis_fastp,
fastqc_ar => \&analysis_fastqc,
frequency_filter => \&analysis_frequency_filter,
gatk_baserecalibration => \&analysis_gatk_baserecalibration,
Expand Down
16 changes: 8 additions & 8 deletions templates/mip_download_rd_dna_config_-1.0-.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ reference:
- gold_standard_indels
rank_model:
- v0.2
- v1.35
- v1.36
- v1.37
reduced_penetrance:
- 2017
scout_exons:
Expand Down Expand Up @@ -900,20 +900,20 @@ reference_feature:
url_prefix: https://storage.googleapis.com/genomics-public-data/resources/broad/hg38/v0/
rank_model:
grch37:
v1.35:
file: rank_model_-v1.35-.ini
file_check: rank_model_-v1.35-.ini.md5
outfile: rank_model_-v1.35-.ini
outfile_check: rank_model_-v1.35-.ini.md5
outfile_check_method: md5sum
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/rank_model/
v1.36:
file: rank_model_-v1.36-.ini
file_check: rank_model_-v1.36-.ini.md5
outfile: rank_model_-v1.36-.ini
outfile_check: rank_model_-v1.36-.ini.md5
outfile_check_method: md5sum
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/rank_model/
v1.37:
file: rank_model_-v1.37-.ini
file_check: rank_model_-v1.37-.ini.md5
outfile: rank_model_-v1.37-.ini
outfile_check: rank_model_-v1.37-.ini.md5
outfile_check_method: md5sum
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/rank_model/
grch38:
v0.2:
file: grch38_rank_model_-v0.2-.ini
Expand Down
2 changes: 1 addition & 1 deletion templates/mip_install_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ container:
mip:
executable:
mip:
uri: docker.io/clinicalgenomics/mip:develop
uri: docker.io/clinicalgenomics/mip:v12.1.0
multiqc:
executable:
multiqc:
Expand Down

0 comments on commit d521e6c

Please sign in to comment.