File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
Expand file tree Collapse file tree 4 files changed +7
-2
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.1.3]
7+
8+ - Adds Gens' bed index file to deliverables
9+
610## [ 11.1.2]
711
812- Fixed a bug in the mitochondrial deletion recipe affecting samples with 0 intermediate discordant MT reads.
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.1.2 } ;
85+ Readonly our $MIP_VERSION => q{ 11.1.3 } ;
8686
8787# # Cli
8888Readonly our $MOOSEX_APP_SCEEN_WIDTH => 160;
Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ sub analysis_gens_generatedata {
253253 format => q{ bed} ,
254254 id => $sample_id ,
255255 path => $outfile_path {$file_tag },
256+ path_index => $outfile_path {$file_tag } . q{ .tbi} ,
256257 recipe_name => $recipe_name ,
257258 sample_info_href => $sample_info_href ,
258259 tag => $file_tag ,
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ container:
125125 mip :
126126 executable :
127127 mip :
128- uri : docker.io/clinicalgenomics/mip:v11.1.2
128+ uri : docker.io/clinicalgenomics/mip:v11.1.3
129129 multiqc :
130130 executable :
131131 multiqc :
You can’t perform that action at this time.
0 commit comments