mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-25 19:28:13 +08:00
a different ending sentence
This commit is contained in:
+1
-1
@@ -1084,7 +1084,7 @@ function paf_stat(args)
|
||||
}
|
||||
if (NM != null) {
|
||||
var tmp = NM - n_gap_all - nn;
|
||||
if (tmp < 0) warn("WARNING: NM is smaller than the number of gaps at line " + lineno);
|
||||
if (tmp < 0 && nn == 0) warn("WARNING: NM is smaller than the number of gaps at line " + lineno + ": NM=" + NM + ", nn=" + nn + ", G=" + n_gap_all);
|
||||
if (tmp < 0) tmp = 0;
|
||||
n_sub += tmp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user