fixed a typo in README

This commit is contained in:
Heng Li 2017-10-24 14:39:33 -04:00
parent d4b5dfc297
commit 70735098e2
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ man ./minimap2.1
- [Map short accurate genomic reads](#short-genomic)
- [Full genome/assembly alignment](#full-genome)
- [Advanced features](#advanced)
- [Working CIGARs with >65535 operations](#long-cigar)
- [Working with >65535 CIGAR operations](#long-cigar)
- [The cs optional tag](#cs)
- [Evaluation scripts](#eval)
- [Algorithm overview](#algo)
@ -179,7 +179,7 @@ according to the sequence divergence.
### <a name="advanced"></a>Advanced features
#### <a name="long-cigar"></a>Working CIGARs with >65535 operations
#### <a name="long-cigar"></a>Working with >65535 CIGAR operations
Due to a design flaw, BAM does not work with CIGAR strings with >65535
operations (SAM and CRAM work). However, for ultra-long nanopore reads minimap2