Skip to content

Commit

Permalink
r1035: failed to index under the --frag=yes mode
Browse files Browse the repository at this point in the history
Resolves #734
  • Loading branch information
lh3 committed May 10, 2021
1 parent f7dc579 commit ac146fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "mmpriv.h"
#include "ketopt.h"

#define MM_VERSION "2.18-r1028-dirty"
#define MM_VERSION "2.18-r1035-dirty"

#ifdef __linux__
#include <sys/resource.h>
Expand Down Expand Up @@ -393,6 +393,7 @@ int main(int argc, char *argv[])
if (mm_verbose >= 3) mm_idx_stat(mi);
if (junc_bed) mm_idx_bed_read(mi, junc_bed, 1);
if (alt_list) mm_idx_alt_read(mi, alt_list);
if (argc - (o.ind + 1) == 0) continue; // no query files
ret = 0;
if (!(opt.flag & MM_F_FRAG_MODE)) {
for (i = o.ind + 1; i < argc; ++i) {
Expand Down

0 comments on commit ac146fe

Please sign in to comment.