Skip to content

Commit

Permalink
Merge branch 'hotfix/5.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Shriram Bhosle authored and Shriram Bhosle committed May 24, 2015
2 parents 925409f + 13cc3b5 commit 3d71794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion perl/lib/PeakRescue.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;
use Const::Fast qw(const);

use base 'Exporter';
our $VERSION = '5.0.0';
our $VERSION = '5.0.1';
our @EXPORT = qw($VERSION);
const my $LICENSE =>
"#################
Expand Down
3 changes: 2 additions & 1 deletion perl/lib/PeakRescue/RunPeakRescue.pm
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ sub _process_sam {
$cmd = "java -Xmx2G -jar $PICARD_PATH/ReorderSam.jar ".
"I= $tmp_combined_bam ".
"O= ".$self->options->{'kayrotypic'}.
" REFERENCE= ".$self->options->{'g'};
" REFERENCE= ".$self->options->{'g'}.
" ALLOW_CONTIG_LENGTH_DISCORDANCE= 1";

PeakRescue::Base->_run_cmd($cmd);
Bio::DB::Bam->index_build($self->options->{'kayrotypic'});
Expand Down

0 comments on commit 3d71794

Please sign in to comment.