Skip to content

Commit

Permalink
r943: change the default -y to 20, but ...
Browse files Browse the repository at this point in the history
for GRCh38 ALT, this is not enough. We need -y at least 40 to get high accuracy
because a locus at chr19 has 35 copies.
  • Loading branch information
lh3 committed Oct 22, 2014
1 parent 4177d6c commit 3d129be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bwamem.c
Expand Up @@ -59,7 +59,7 @@ mem_opt_t *mem_opt_init()
o->pen_unpaired = 17;
o->pen_clip5 = o->pen_clip3 = 5;

o->max_mem_intv = 10;
o->max_mem_intv = 20;

o->min_seed_len = 19;
o->split_width = 10;
Expand Down
2 changes: 1 addition & 1 deletion main.c
Expand Up @@ -4,7 +4,7 @@
#include "utils.h"

#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.7.10-r942-dirty"
#define PACKAGE_VERSION "0.7.10-r943-dirty"
#endif

int bwa_fa2pac(int argc, char *argv[]);
Expand Down

0 comments on commit 3d129be

Please sign in to comment.