File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This 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
Original file line number Diff line number Diff 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
8686Readonly our $MOOSEX_APP_SCEEN_WIDTH => 160;
You can’t perform that action at this time.
0 commit comments