Skip to content

Commit

Permalink
feat(subsample_mt): Bumped version and fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstranneheim committed Aug 27, 2019
1 parent ac794b8 commit cba7012
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [7.1.1]
- Fixed bug when skipping evaluation in QC_collect

## [7.1.2]
- Update samtools_subsample_mt to fix bug in downsampling of MT bam

## [7.1.1]
- Fixed bug when skipping evaluation in QC_collect

## [7.1.0]
- Updated TIDDIT to enable faster processing
- Updated GATK for faster haplotypecalling
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.1};
Readonly our $MIP_VERSION => q{v7.1.2};

## Cli
Readonly our $MOOSEX_APP_SCEEN_WIDTH => 160;
Expand Down
2 changes: 1 addition & 1 deletion lib/MIP/Recipes/Analysis/Samtools_subsample_mt.pm
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ sub analysis_samtools_subsample_mt {
use MIP::Language::Awk qw{ awk };
use MIP::Parse::File qw{ parse_io_outfiles };
use MIP::Program::Alignment::Samtools qw{ samtools_index samtools_view };
use MIP::Program::Bedtools qw{ bedtools_genomecov };
use MIP::Program::Alignment::Bedtools qw{ bedtools_genomecov };
use MIP::Processmanagement::Processes qw{ submit_recipe };
use MIP::Sample_info qw{ set_recipe_outfile_in_sample_info };
use MIP::Script::Setup_script qw{ setup_script };
Expand Down

0 comments on commit cba7012

Please sign in to comment.