Skip to content

Commit

Permalink
Merge pull request #996 from Clinical-Genomics/hotfix/qccollect_path
Browse files Browse the repository at this point in the history
Hotfix/qccollect path
  • Loading branch information
henrikstranneheim authored Sep 13, 2019
2 parents 8cc8e90 + e2971c7 commit 6f6e1ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [7.1.6]
- Use correct recipe name for qccollect path when adding to qc_sample_info.yaml

## [7.1.5]
- Increased sv_varianteffectpredictor memory parameter 9 -> 18 Gb

Expand Down
2 changes: 1 addition & 1 deletion lib/MIP/Constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ BEGIN {
## Constants
## Set MIP version
## Constants
Readonly our $MIP_VERSION => q{v7.1.5};
Readonly our $MIP_VERSION => q{v7.1.6};

## Cli
Readonly our $MOOSEX_APP_SCEEN_WIDTH => 160;
Expand Down
4 changes: 2 additions & 2 deletions lib/MIP/Recipes/Analysis/Mip_qccollect.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BEGIN {
use base qw{ Exporter };

# Set the version for version checking
our $VERSION = 1.05;
our $VERSION = 1.06;

# Functions and variables which can be optionally exported
our @EXPORT_OK = qw{ analysis_mip_qccollect };
Expand Down Expand Up @@ -217,7 +217,7 @@ sub analysis_mip_qccollect {
set_recipe_outfile_in_sample_info(
{
sample_info_href => $sample_info_href,
recipe_name => q{qccollect},
recipe_name => $recipe_name,
path => $outfile_path,
}
);
Expand Down

0 comments on commit 6f6e1ea

Please sign in to comment.