Skip to content

Commit f168961

Browse files
authored
Merge pull request #2020 from Clinical-Genomics/release/11.1.3
Release/11.1.3
2 parents d68ee90 + 0136a67 commit f168961

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.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.

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.1.2};
85+
Readonly our $MIP_VERSION => q{11.1.3};
8686

8787
## Cli
8888
Readonly our $MOOSEX_APP_SCEEN_WIDTH => 160;

lib/MIP/Recipes/Analysis/Gens_generatedata.pm

+1
Original file line numberDiff line numberDiff 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,

templates/mip_install_config.yaml

+1-1
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)