Skip to content

Commit

Permalink
Merge tag 'v6.3.3' into dev
Browse files Browse the repository at this point in the history
singularity edgecase, likely due to change in pcap-core base image
  • Loading branch information
keiranmraine committed Jun 29, 2020
2 parents b720b53 + c7c90b1 commit 5f07ea5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## v6.3.3

* Singularity specific execution issue corrected

## v6.3.2

* Fix edgecase on RG line handling (#99)
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/wtsicgp/pcap-core:5.0.4 as builder
FROM quay.io/wtsicgp/pcap-core:5.0.5 as builder

USER root

Expand Down Expand Up @@ -69,7 +69,7 @@ FROM ubuntu:16.04

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

RUN apt-get -yq update \
Expand Down
1 change: 0 additions & 1 deletion perl/bin/brass.pl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
{
my $options = setup();
my $threads = PCAP::Threaded->new($options->{'threads'});
&PCAP::Threaded::disable_out_err if(exists $options->{'index'});

# register any process that can run in parallel here
$threads->add_function('input', \&Sanger::CGP::Brass::Implement::input);
Expand Down
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.3.2';
our $VERSION = '6.3.3';

=head1 NAME
Expand Down

0 comments on commit 5f07ea5

Please sign in to comment.