mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-25 01:38:12 +08:00
r219: fixed a bug caused by skipping tandem seeds
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ while (file.readline(buf) >= 0) {
|
||||
}
|
||||
if (n_cigar > 65535) ++n_cigar_64k;
|
||||
if (ql + sclip != aqlen)
|
||||
warn("WARNING: aligned query length is inconsistent with CIGAR at line " + lineno);
|
||||
warn("WARNING: aligned query length is inconsistent with CIGAR at line " + lineno + " (" + (ql+sclip) + " != " + aqlen + ")");
|
||||
if (atlen != null && atlen != tl)
|
||||
warn("WARNING: aligned reference length is inconsistent with CIGAR at line " + lineno);
|
||||
if (is_sam) {
|
||||
|
||||
Reference in New Issue
Block a user