Skip to content

Commit 01f2a05

Browse files
committed
minor edit to remove un-needed flag correction when working on bwa mem output
1 parent c9aafd8 commit 01f2a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PCAP/Bwa.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const my $BWA_ALN => q{ aln%s -t %s -f %s_%s.sai %s %s.%s};
3838
const my $BAMFASTQ => q{ exclude=QCFAIL,SECONDARY,SUPPLEMENTARY T=%s S=%s O=%s O2=%s filename=%s};
3939
const my $BWA_MEM => q{ mem%s -T 0 -R %s -t %s %s};
4040
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};
41-
const my $BAMSORT => q{ fixmate=1 inputformat=sam level=1 tmpfile=%s_tmp O=%s_sorted.bam inputthreads=%s outputthreads=%s};
41+
const my $BAMSORT => q{ inputformat=sam level=1 tmpfile=%s_tmp O=%s_sorted.bam inputthreads=%s outputthreads=%s};
4242

4343
sub bwa_version {
4444
my $bwa = which('bwa');

0 commit comments

Comments
 (0)