Skip to content

Commit

Permalink
Merge pull request #2020 from Clinical-Genomics/release/11.1.3
Browse files Browse the repository at this point in the history
Release/11.1.3
  • Loading branch information
jemten committed Mar 27, 2023
2 parents d68ee90 + 0136a67 commit f168961
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [11.1.3]

- Adds Gens' bed index file to deliverables

## [11.1.2]

- Fixed a bug in the mitochondrial deletion recipe affecting samples with 0 intermediate discordant MT reads.
Expand Down
2 changes: 1 addition & 1 deletion lib/MIP/Constants.pm
Expand Up @@ -82,7 +82,7 @@ Readonly our %ANALYSIS => (
);

## Set MIP version
Readonly our $MIP_VERSION => q{11.1.2};
Readonly our $MIP_VERSION => q{11.1.3};

## Cli
Readonly our $MOOSEX_APP_SCEEN_WIDTH => 160;
Expand Down
1 change: 1 addition & 0 deletions lib/MIP/Recipes/Analysis/Gens_generatedata.pm
Expand Up @@ -253,6 +253,7 @@ sub analysis_gens_generatedata {
format => q{bed},
id => $sample_id,
path => $outfile_path{$file_tag},
path_index => $outfile_path{$file_tag} . q{.tbi},
recipe_name => $recipe_name,
sample_info_href => $sample_info_href,
tag => $file_tag,
Expand Down
2 changes: 1 addition & 1 deletion templates/mip_install_config.yaml
Expand Up @@ -125,7 +125,7 @@ container:
mip:
executable:
mip:
uri: docker.io/clinicalgenomics/mip:v11.1.2
uri: docker.io/clinicalgenomics/mip:v11.1.3
multiqc:
executable:
multiqc:
Expand Down

0 comments on commit f168961

Please sign in to comment.