Skip to content

Commit aef5b0f

Browse files
committed
Merge branch 'hotfix/v6.0.2'
2 parents 128caf0 + 35e5a57 commit aef5b0f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

perl/bin/brass.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ sub cleanup {
193193
my $intermediates_dir = File::Spec->catdir($outdir, 'intermediates');
194194
my $targz = $basefile.'.intermediates.tar.gz';
195195
unless(-e $targz && -s $targz) {
196-
system(qq{tar -C $outdir -zcf $targz $intermediates_dir}) and die $!;
196+
system(qq{tar -C $outdir -zcf $targz intermediates}) and die $!;
197197
}
198198

199199
my $tmplogs = File::Spec->catdir($tmpdir, 'logs');

perl/docs.tar.gz

-60 Bytes
Binary file not shown.

perl/lib/Bio/Brass.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ our @EXPORT = qw(find_breakpoints find_dusty_vertices
4646
is_dusty get_isolated_bp_alignment get_isolated_bp_surrounding_region
4747
$VERSION);
4848

49-
our $VERSION = '6.0.1';
49+
our $VERSION = '6.0.2';
5050

5151
=head1 NAME
5252

0 commit comments

Comments
 (0)