Skip to content

Commit c98264f

Browse files
committed
Bump version for release
1 parent fae3ef8 commit c98264f

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 3.3.0
2+
* adds `map_threads|mt` option to `bwa_mem.pl` to allow more control of parallel processing in one shot submission.
3+
* adds `bwa_pl|l` option to `bwa_mem.pl` to allow preload of different malloc libraries.
4+
15
### 3.2.0
26
* Move from legacy kent bigwig manipulation code and to [`cgpBigWig`](https://github.com/cancerit/cgpBigWig)
37
* Faster and handles the huge number of contigs in many new reference builds.

docs.tar.gz

-325 Bytes
Binary file not shown.

lib/PCAP.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use FindBin qw($Bin);
2727
use File::Which qw(which);
2828
# don't use autodie, only core perl in here
2929

30-
our $VERSION = '3.2.0';
30+
our $VERSION = '3.3.0';
3131
our @EXPORT = qw($VERSION _which);
3232

3333
const my $LICENSE =>

0 commit comments

Comments
 (0)