Skip to content

Commit

Permalink
Merge pull request #2039 from Clinical-Genomics/release/11.2.2
Browse files Browse the repository at this point in the history
patching gens_preproc
  • Loading branch information
jemten committed May 9, 2023
2 parents 6a63026 + 8b717d2 commit 313d35a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,20 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [11.2.2]

- New patch of gens pre processing container.

### Tools

gens_preproc 1.0.8 -> 1.0.11

## [11.2.1]

- Patching of gens pre processing container to solve an issue with incomplete bed files.

### Tools

gens_preproc 1.0.2 -> 1.0.8

## [11.2.0]
Expand Down
2 changes: 1 addition & 1 deletion lib/MIP/Constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Readonly our %ANALYSIS => (
);

## Set MIP version
Readonly our $MIP_VERSION => q{11.2.1};
Readonly our $MIP_VERSION => q{11.2.2};

## Cli
Readonly our $MOOSEX_APP_SCEEN_WIDTH => 160;
Expand Down
4 changes: 2 additions & 2 deletions templates/mip_install_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ container:
gens_preproc:
executable:
generate_gens_data.pl:
uri: docker.io/raysloks/gens_preproc:1.0.8
uri: docker.io/raysloks/gens_preproc:1.0.11
gffcompare:
executable:
gffcompare:
Expand Down Expand Up @@ -125,7 +125,7 @@ container:
mip:
executable:
mip:
uri: docker.io/clinicalgenomics/mip:v11.2.1
uri: docker.io/clinicalgenomics/mip:v11.2.2
multiqc:
executable:
multiqc:
Expand Down

0 comments on commit 313d35a

Please sign in to comment.