Skip to content

Commit 313d35a

Browse files
authored
Merge pull request #2039 from Clinical-Genomics/release/11.2.2
patching gens_preproc
2 parents 6a63026 + 8b717d2 commit 313d35a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,20 @@
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.2]
7+
8+
- New patch of gens pre processing container.
9+
10+
### Tools
11+
12+
gens_preproc 1.0.8 -> 1.0.11
13+
614
## [11.2.1]
715

816
- Patching of gens pre processing container to solve an issue with incomplete bed files.
917

1018
### Tools
19+
1120
gens_preproc 1.0.2 -> 1.0.8
1221

1322
## [11.2.0]

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.1};
85+
Readonly our $MIP_VERSION => q{11.2.2};
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.8
96+
uri: docker.io/raysloks/gens_preproc:1.0.11
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.1
128+
uri: docker.io/clinicalgenomics/mip:v11.2.2
129129
multiqc:
130130
executable:
131131
multiqc:

0 commit comments

Comments
 (0)