Skip to content

Commit

Permalink
Merge pull request #2036 from Clinical-Genomics/release/11.2.1
Browse files Browse the repository at this point in the history
patching gens pre-processing script
  • Loading branch information
jemten committed May 8, 2023
2 parents 635846d + befc313 commit 6a63026
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [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]

- Adds retroseq for mobile element detection
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.2.0};
Readonly our $MIP_VERSION => q{11.2.1};

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

0 comments on commit 6a63026

Please sign in to comment.