Skip to content

Commit

Permalink
Merge branch 'release/3.11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Clarke committed Sep 9, 2024
2 parents 69bed51 + 8d57197 commit 2d18b9a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.11.0
- Updated Dockerfile to use pcap-core 5.8.0 - htslib/samtools 1.20
- Update 'Bio::DB::HTS' to version 3.0.1

## 3.10.0

- Add commandline option for file containing exclude contigs
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/wtsicgp/pcap-core:5.6.1 as builder
FROM quay.io/wtsicgp/pcap-core:5.8.1 as builder

# hadolint ignore=DL3002
USER root
Expand Down
2 changes: 1 addition & 1 deletion perl/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ WriteMakefile(
'Try::Tiny' => 0.19,
'File::Which' => 0.05,
'List::Util' => 1.38,
'Bio::DB::HTS' => 1.11,
'Bio::DB::HTS' => 3.01,
'List::MoreUtils' => 0.33,
'Test::Fatal' => 0.013,
'Devel::Cover' => 1.09,
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 @@ -33,7 +33,7 @@ use strict;
use Const::Fast qw(const);

use base 'Exporter';
our $VERSION = '3.10.0';
our $VERSION = '3.11.0';
our @EXPORT = qw($VERSION);

1;

0 comments on commit 2d18b9a

Please sign in to comment.