File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' );
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments