mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-27 00:18:12 +08:00
r1235: allow --splice and --frag at the same time
This seems to largely work, though the accuracy is reduced and no pairs are proper. More investigation needed for practical uses.
This commit is contained in:
@@ -319,10 +319,6 @@ int main(int argc, char *argv[])
|
||||
if (*s == ',') opt.e2 = strtol(s + 1, &s, 10);
|
||||
}
|
||||
}
|
||||
if ((opt.flag & MM_F_SPLICE) && (opt.flag & MM_F_FRAG_MODE)) {
|
||||
fprintf(stderr, "[ERROR]\033[1;31m --splice and --frag should not be specified at the same time.\033[0m\n");
|
||||
return 1;
|
||||
}
|
||||
if (!fnw && !(opt.flag&MM_F_CIGAR))
|
||||
ipt.flag |= MM_I_NO_SEQ;
|
||||
if (mm_check_opt(&ipt, &opt) < 0)
|
||||
|
||||
Reference in New Issue
Block a user