Skip to content

Commit

Permalink
Fix issue with contig template introsuced by #20
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Nov 13, 2017
1 parent 7b5316c commit ad6632e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/contig/RGCRG-MATE2_SENSE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ samtools view -h -@ ${cpus} ${bam} \
BEGIN {OFS="\\t"}
{if (\$1!~/^@/ && and(\$2,64)>0) {\$2=xor(\$2,0x10)}; print}
' \
| samtools view -Sbu \
| samtools view -Sbu - \
| bamtools filter -tag NH:1 \
| tee >(
genomeCoverageBed -strand + -split -bg -ibam - \
Expand Down

0 comments on commit ad6632e

Please sign in to comment.