Merge pull request #343 from nh13/patch-7

Update bwa.1 to remove ancient reference to picard
This commit is contained in:
Heng Li 2022-03-06 18:05:46 -05:00 committed by GitHub
commit d47f12cddc
1 changed files with 2 additions and 2 deletions

4
bwa.1
View File

@ -154,8 +154,8 @@ batch of reads.
The BWA-MEM algorithm performs local alignment. It may produce multiple primary
alignments for different part of a query sequence. This is a crucial feature
for long sequences. However, some tools such as Picard's markDuplicates does
not work with split alignments. One may consider to use option
for long sequences. However, some tools may not work with split alignments.
One may consider to use option
.B -M
to flag shorter split hits as secondary.