Update bwa.1

This commit is contained in:
Nils Homer 2022-02-18 13:36:09 -08:00 committed by GitHub
parent 3ddd7b87d4
commit 4bf3cdf948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.