File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
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
+
6
14
## [ 11.2.1]
7
15
8
16
- Patching of gens pre processing container to solve an issue with incomplete bed files.
9
17
10
18
### Tools
19
+
11
20
gens_preproc 1.0.2 -> 1.0.8
12
21
13
22
## [ 11.2.0]
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Readonly our %ANALYSIS => (
82
82
);
83
83
84
84
# # Set MIP version
85
- Readonly our $MIP_VERSION => q{ 11.2.1 } ;
85
+ Readonly our $MIP_VERSION => q{ 11.2.2 } ;
86
86
87
87
# # Cli
88
88
Readonly our $MOOSEX_APP_SCEEN_WIDTH => 160;
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ container:
93
93
gens_preproc :
94
94
executable :
95
95
generate_gens_data.pl :
96
- uri : docker.io/raysloks/gens_preproc:1.0.8
96
+ uri : docker.io/raysloks/gens_preproc:1.0.11
97
97
gffcompare :
98
98
executable :
99
99
gffcompare :
@@ -125,7 +125,7 @@ container:
125
125
mip :
126
126
executable :
127
127
mip :
128
- uri : docker.io/clinicalgenomics/mip:v11.2.1
128
+ uri : docker.io/clinicalgenomics/mip:v11.2.2
129
129
multiqc :
130
130
executable :
131
131
multiqc :
You can’t perform that action at this time.
0 commit comments