File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -319,10 +319,6 @@ int main(int argc, char *argv[])
319
319
if (* s == ',' ) opt .e2 = strtol (s + 1 , & s , 10 );
320
320
}
321
321
}
322
- if ((opt .flag & MM_F_SPLICE ) && (opt .flag & MM_F_FRAG_MODE )) {
323
- fprintf (stderr , "[ERROR]\033[1;31m --splice and --frag should not be specified at the same time.\033[0m\n" );
324
- return 1 ;
325
- }
326
322
if (!fnw && !(opt .flag & MM_F_CIGAR ))
327
323
ipt .flag |= MM_I_NO_SEQ ;
328
324
if (mm_check_opt (& ipt , & opt ) < 0 )
Original file line number Diff line number Diff line change 5
5
#include <stdio.h>
6
6
#include <sys/types.h>
7
7
8
- #define MM_VERSION "2.28-r1234 -dirty"
8
+ #define MM_VERSION "2.28-r1235 -dirty"
9
9
10
10
#define MM_F_NO_DIAG (0x001LL) // no exact diagonal hit
11
11
#define MM_F_NO_DUAL (0x002LL) // skip pairs where query name is lexicographically larger than target name
You can’t perform that action at this time.
0 commit comments