Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Jul 4, 2019
1 parent 5af28a4 commit 2b9c671
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES

## 3.2.2

* Handle Input files that may have no reads at all, specifically an issue when generating a normal panel.

## 3.2.1

* Added Dockerfile and docker documentation
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ FROM ubuntu:16.04

LABEL maintainer="[email protected]" \
uk.ac.sanger.cgp="Cancer, Ageing and Somatic Mutation, Wellcome Trust Sanger Institute" \
version="v3.2.1" \
version="v3.2.2" \
description="cgpPindel docker"

RUN apt-get -yq update
Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Sanger/CGP/Pindel.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use strict;
use Const::Fast qw(const);

use base 'Exporter';
our $VERSION = '3.2.1';
our $VERSION = '3.2.2';
our @EXPORT = qw($VERSION);

1;

0 comments on commit 2b9c671

Please sign in to comment.