From 70735098e2bcbefdbca58ce4d0fd6625b1036cda Mon Sep 17 00:00:00 2001 From: Heng Li Date: Tue, 24 Oct 2017 14:39:33 -0400 Subject: [PATCH] fixed a typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88f686e..3b6608d 100644 --- a/README.md +++ b/README.md @@ -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. ### Advanced features -#### Working CIGARs with >65535 operations +#### 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