You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Heng,
Minimap2 is an amazing tool.
There is an edge case I ran into with the extended CIGAR mode, and wanted to report it.
Data for reproducibility can be found in the attachment: test-data-for-minimap2.tar.gz
Concretely, running the following produces output as expected:
Hi Heng,
Minimap2 is an amazing tool.
There is an edge case I ran into with the extended CIGAR mode, and wanted to report it.
Data for reproducibility can be found in the attachment: test-data-for-minimap2.tar.gz
Concretely, running the following produces output as expected:
When the
--eqx
flag is used, the output becomes:However, the edit distance is still
NM:i:7
.Specifying either a larger kmer size, or a smaller window size produces sane alignments again:
I tested it on v2.13 and v2.14, and the results are the same.
Hope this helps,
Best regards,
Ivan.
The text was updated successfully, but these errors were encountered: