Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlayer committed Mar 28, 2014
1 parent 6b89cb3 commit 0472262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ bwa-mem produces a single bam file with both paired-end alignments and split-rea

extract the disordant paired-end alignments.
::
samtools view -u -F 0x0100 sample.pesr.bam \
samtools view -u -F 0x0002 sample.pesr.bam \
| samtools view -u -F 0x0100 - \
| samtools view -u -F 0x0004 - \
| samtools view -u -F 0x0008 - \
Expand Down

0 comments on commit 0472262

Please sign in to comment.