Skip to content

Commit c7c90b1

Browse files
committed
Merge branch 'hotfix/v6.3.3'
2 parents cf9b3b0 + b5e06fa commit c7c90b1

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## v6.3.3
4+
5+
* Singularity specific execution issue corrected
6+
37
## v6.3.2
48

59
* Fix edgecase on RG line handling (#99)

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/wtsicgp/pcap-core:5.0.4 as builder
1+
FROM quay.io/wtsicgp/pcap-core:5.0.5 as builder
22

33
USER root
44

@@ -69,7 +69,7 @@ FROM ubuntu:16.04
6969

7070
LABEL maintainer="[email protected]" \
7171
uk.ac.sanger.cgp="Cancer, Ageing and Somatic Mutation, Wellcome Trust Sanger Institute" \
72-
version="v6.3.2" \
72+
version="v6.3.3" \
7373
description="BRASS docker"
7474

7575
RUN apt-get -yq update \

perl/bin/brass.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
{
6868
my $options = setup();
6969
my $threads = PCAP::Threaded->new($options->{'threads'});
70-
&PCAP::Threaded::disable_out_err if(exists $options->{'index'});
7170

7271
# register any process that can run in parallel here
7372
$threads->add_function('input', \&Sanger::CGP::Brass::Implement::input);

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.3.2';
49+
our $VERSION = '6.3.3';
5050

5151
=head1 NAME
5252

0 commit comments

Comments
 (0)