File tree 4 files changed +7
-2
lines changed
4 files changed +7
-2
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.1.3]
7
+
8
+ - Adds Gens' bed index file to deliverables
9
+
6
10
## [ 11.1.2]
7
11
8
12
- 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 => (
82
82
);
83
83
84
84
# # Set MIP version
85
- Readonly our $MIP_VERSION => q{ 11.1.2 } ;
85
+ Readonly our $MIP_VERSION => q{ 11.1.3 } ;
86
86
87
87
# # Cli
88
88
Readonly our $MOOSEX_APP_SCEEN_WIDTH => 160;
Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ sub analysis_gens_generatedata {
253
253
format => q{ bed} ,
254
254
id => $sample_id ,
255
255
path => $outfile_path {$file_tag },
256
+ path_index => $outfile_path {$file_tag } . q{ .tbi} ,
256
257
recipe_name => $recipe_name ,
257
258
sample_info_href => $sample_info_href ,
258
259
tag => $file_tag ,
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ container:
125
125
mip :
126
126
executable :
127
127
mip :
128
- uri : docker.io/clinicalgenomics/mip:v11.1.2
128
+ uri : docker.io/clinicalgenomics/mip:v11.1.3
129
129
multiqc :
130
130
executable :
131
131
multiqc :
You can’t perform that action at this time.
0 commit comments