Skip to content

Commit 6a63026

Browse files
authored
Merge pull request #2036 from Clinical-Genomics/release/11.2.1
patching gens pre-processing script
2 parents 635846d + befc313 commit 6a63026

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [11.2.1]
7+
8+
- Patching of gens pre processing container to solve an issue with incomplete bed files.
9+
10+
### Tools
11+
gens_preproc 1.0.2 -> 1.0.8
12+
613
## [11.2.0]
714

815
- Adds retroseq for mobile element detection

lib/MIP/Constants.pm

+1-1
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{11.2.0};
85+
Readonly our $MIP_VERSION => q{11.2.1};
8686

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

templates/mip_install_config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ container:
9393
gens_preproc:
9494
executable:
9595
generate_gens_data.pl:
96-
uri: docker.io/raysloks/gens_preproc:1.0.2
96+
uri: docker.io/raysloks/gens_preproc:1.0.8
9797
gffcompare:
9898
executable:
9999
gffcompare:
@@ -125,7 +125,7 @@ container:
125125
mip:
126126
executable:
127127
mip:
128-
uri: docker.io/clinicalgenomics/mip:v11.2.0
128+
uri: docker.io/clinicalgenomics/mip:v11.2.1
129129
multiqc:
130130
executable:
131131
multiqc:

0 commit comments

Comments
 (0)