diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b32ce1b2..c36da313b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [11.2.1] + +- Patching of gens pre processing container to solve an issue with incomplete bed files. + +### Tools +gens_preproc 1.0.2 -> 1.0.8 + ## [11.2.0] - Adds retroseq for mobile element detection diff --git a/lib/MIP/Constants.pm b/lib/MIP/Constants.pm index a03ea8d72..8b425d3d9 100644 --- a/lib/MIP/Constants.pm +++ b/lib/MIP/Constants.pm @@ -82,7 +82,7 @@ Readonly our %ANALYSIS => ( ); ## Set MIP version -Readonly our $MIP_VERSION => q{11.2.0}; +Readonly our $MIP_VERSION => q{11.2.1}; ## Cli Readonly our $MOOSEX_APP_SCEEN_WIDTH => 160; diff --git a/templates/mip_install_config.yaml b/templates/mip_install_config.yaml index ff218d152..3f60efd02 100644 --- a/templates/mip_install_config.yaml +++ b/templates/mip_install_config.yaml @@ -93,7 +93,7 @@ container: gens_preproc: executable: generate_gens_data.pl: - uri: docker.io/raysloks/gens_preproc:1.0.2 + uri: docker.io/raysloks/gens_preproc:1.0.8 gffcompare: executable: gffcompare: @@ -125,7 +125,7 @@ container: mip: executable: mip: - uri: docker.io/clinicalgenomics/mip:v11.2.0 + uri: docker.io/clinicalgenomics/mip:v11.2.1 multiqc: executable: multiqc: