Skip to content

Commit

Permalink
Merge branch 'hotfix/vcf_rerun_plink'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstranneheim committed May 22, 2019
2 parents 6b4a17d + 23c352a commit 342df3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [7.0.8]
## [7.0.9]
- Removed plink memory allocation from rd_dna_vcf_rerun

## [7.0.8]
- Increased memory allocation for vep (snv/indel) again

## [7.0.7]
Expand Down
1 change: 0 additions & 1 deletion definitions/rd_dna_vcf_rerun_parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ recipe_memory:
# Per process
cadd_ar: 3
endvariantannotationblock: 8
plink: 10
rhocall_ar: 2
snpeff: 8
sv_reformat: 24
Expand Down
2 changes: 1 addition & 1 deletion lib/MIP/Constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ BEGIN {
## Constants
## Set MIP version
## Constants
Readonly our $MIP_VERSION => q{v7.0.8};
Readonly our $MIP_VERSION => q{v7.0.9};

## Log
Readonly our $LOG => q{MIP_ANALYSE};
Expand Down

0 comments on commit 342df3e

Please sign in to comment.