a different ending sentence

This commit is contained in:
Heng Li
2021-08-07 10:38:48 -04:00
parent 8e81145817
commit a05edfa5ec
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -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;
}