mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-24 14:08:12 +08:00
backup manuscript
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ while (file.readline(buf) >= 0) {
|
||||
ori_qlen = parseInt(t[1]);
|
||||
} else { // SAM
|
||||
var flag = parseInt(t[1]);
|
||||
if (flag & 4) continue;
|
||||
if ((flag & 4) || t[2] == '*' || t[5] == '*') continue;
|
||||
if (flag & 0x100) {
|
||||
++n_2nd;
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user