Skip to content

Commit 94aaa1a

Browse files
committed
fix(version_bump): v8.2.2 --> v8.2.3
1 parent 7998cd8 commit 94aaa1a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [8.2.3]
6+
- Chromograph now creates ideograms over the chromosomes
7+
- Proband chromograph files are named with sample id instead of case id
8+
- Increases java memory for picardtools markduplicates
9+
510
## [8.2.2]
611
- Fixes a crash in MIP caused by not looping over the Y chromosomes for females in the GATK SplitNCigarReads recipe
712

lib/MIP/Constants.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ BEGIN {
2020
use base qw{ Exporter };
2121

2222
# Set the version for version checking
23-
our $VERSION = 1.19;
23+
our $VERSION = 1.20;
2424

2525
# Functions and variables which can be optionally exported
2626

@@ -80,7 +80,7 @@ Readonly our %ANALYSIS => (
8080
);
8181

8282
## Set MIP version
83-
Readonly our $MIP_VERSION => q{v8.2.2};
83+
Readonly our $MIP_VERSION => q{v8.2.3};
8484

8585
## Cli
8686
Readonly our $MOOSEX_APP_SCEEN_WIDTH => 160;

0 commit comments

Comments
 (0)