Skip to content

Commit f776902

Browse files
committed
Merge branch 'hotfix/v3.3.4'
2 parents 8608385 + ef8013c commit f776902

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs.tar.gz

-248 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.3.3';
30+
our $VERSION = '3.3.4';
3131
our @EXPORT = qw($VERSION _which);
3232

3333
const my $LICENSE =>

lib/PCAP/Bwa.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ use File::Copy qw(copy);
3535
use PCAP::Bwa::Meta;
3636

3737
const my $BWA_ALN => q{ aln%s -t %s -f %s_%s.sai %s %s.%s};
38-
const my $BAMFASTQ => q{%s view -F 3584 -T %s -u %s| %s exclude=QCFAIL,SECONDARY,SUPPLEMENTARY tryoq=1 gz=1 level=1 outputperreadgroup=1 outputperreadgroupsuffixF=_i.fq outputperreadgroupsuffixF2=_i.fq T=%s outputdir=%s split=%s};
38+
const my $BAMFASTQ => q{%s view -F 2816 -T %s -u %s| %s exclude=QCFAIL,SECONDARY,SUPPLEMENTARY tryoq=1 gz=1 level=1 outputperreadgroup=1 outputperreadgroupsuffixF=_i.fq outputperreadgroupsuffixF2=_i.fq T=%s outputdir=%s split=%s};
3939
const my $CRAMFASTQ => q{%s reference=%s inputformat=cram exclude=QCFAIL,SECONDARY,SUPPLEMENTARY tryoq=1 gz=1 level=1 outputperreadgroup=1 outputperreadgroupsuffixF=_i.fq outputperreadgroupsuffixF2=_i.fq T=%s outputdir=%s split=%s filename=%};
4040
const my $BWA_MEM => q{ mem %s %s -R %s -t %s %s};
4141
const my $ALN_TO_SORTED => q{ sampe -P -a 1000 -r '%s' %s %s_1.sai %s_2.sai %s.%s %s.%s | %s fixmate=1 inputformat=sam level=1 tmpfile=%s_tmp O=%s_sorted.bam};

0 commit comments

Comments
 (0)