Skip to content

Commit

Permalink
Merge branch 'hotfix/v6.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Jul 19, 2017
2 parents 128caf0 + 35e5a57 commit aef5b0f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion perl/bin/brass.pl
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ sub cleanup {
my $intermediates_dir = File::Spec->catdir($outdir, 'intermediates');
my $targz = $basefile.'.intermediates.tar.gz';
unless(-e $targz && -s $targz) {
system(qq{tar -C $outdir -zcf $targz $intermediates_dir}) and die $!;
system(qq{tar -C $outdir -zcf $targz intermediates}) and die $!;
}

my $tmplogs = File::Spec->catdir($tmpdir, 'logs');
Expand Down
Binary file modified perl/docs.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion perl/lib/Bio/Brass.pm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ our @EXPORT = qw(find_breakpoints find_dusty_vertices
is_dusty get_isolated_bp_alignment get_isolated_bp_surrounding_region
$VERSION);

our $VERSION = '6.0.1';
our $VERSION = '6.0.2';

=head1 NAME
Expand Down

0 comments on commit aef5b0f

Please sign in to comment.