fixed a typo in README
This commit is contained in:
parent
d4b5dfc297
commit
70735098e2
|
|
@ -34,7 +34,7 @@ man ./minimap2.1
|
||||||
- [Map short accurate genomic reads](#short-genomic)
|
- [Map short accurate genomic reads](#short-genomic)
|
||||||
- [Full genome/assembly alignment](#full-genome)
|
- [Full genome/assembly alignment](#full-genome)
|
||||||
- [Advanced features](#advanced)
|
- [Advanced features](#advanced)
|
||||||
- [Working CIGARs with >65535 operations](#long-cigar)
|
- [Working with >65535 CIGAR operations](#long-cigar)
|
||||||
- [The cs optional tag](#cs)
|
- [The cs optional tag](#cs)
|
||||||
- [Evaluation scripts](#eval)
|
- [Evaluation scripts](#eval)
|
||||||
- [Algorithm overview](#algo)
|
- [Algorithm overview](#algo)
|
||||||
|
|
@ -179,7 +179,7 @@ according to the sequence divergence.
|
||||||
|
|
||||||
### <a name="advanced"></a>Advanced features
|
### <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
|
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
|
operations (SAM and CRAM work). However, for ultra-long nanopore reads minimap2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue