File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This 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
Original file line number Diff line number Diff 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
8888Readonly our $MOOSEX_APP_SCEEN_WIDTH => 160;
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments