fixed incorrect var coordinate

This commit is contained in:
Heng Li 2017-11-12 20:25:33 -05:00
parent 379457c18b
commit 662d05dc02
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ while (file.readline(buf) >= 0) {
++blen, ++n_diff;
} else if (m[1] == '-') {
out.push([t[5], x, x + m[2].length, cov, t[11], m[2], '-']);
++blen, ++n_diff;
x += m[2].length, ++blen, ++n_diff;
}
}
}