We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae3ef8 commit c98264fCopy full SHA for c98264f
3 files changed
CHANGES.md
@@ -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
+
5
### 3.2.0
6
* Move from legacy kent bigwig manipulation code and to [`cgpBigWig`](https://github.com/cancerit/cgpBigWig)
7
* Faster and handles the huge number of contigs in many new reference builds.
docs.tar.gz
-325 Bytes
lib/PCAP.pm
@@ -27,7 +27,7 @@ use FindBin qw($Bin);
27
use File::Which qw(which);
28
# don't use autodie, only core perl in here
29
30
-our $VERSION = '3.2.0';
+our $VERSION = '3.3.0';
31
our @EXPORT = qw($VERSION _which);
32
33
const my $LICENSE =>
0 commit comments