r907: revert to -g.8 by default
This commit is contained in:
parent
d8d8b230d1
commit
76a365a95f
2
bwamem.c
2
bwamem.c
|
|
@ -79,7 +79,7 @@ mem_opt_t *mem_opt_init()
|
||||||
o->min_chain_weight = 0;
|
o->min_chain_weight = 0;
|
||||||
o->max_chain_extend = 1<<30;
|
o->max_chain_extend = 1<<30;
|
||||||
o->mapQ_coef_len = 50; o->mapQ_coef_fac = log(o->mapQ_coef_len);
|
o->mapQ_coef_len = 50; o->mapQ_coef_fac = log(o->mapQ_coef_len);
|
||||||
o->min_pa_ratio = 0;
|
o->min_pa_ratio = 0.8;
|
||||||
bwa_fill_scmat(o->a, o->b, o->mat);
|
bwa_fill_scmat(o->a, o->b, o->mat);
|
||||||
return o;
|
return o;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2
main.c
2
main.c
|
|
@ -4,7 +4,7 @@
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
#ifndef PACKAGE_VERSION
|
#ifndef PACKAGE_VERSION
|
||||||
#define PACKAGE_VERSION "0.7.10-r906-dirty"
|
#define PACKAGE_VERSION "0.7.10-r907-dirty"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int bwa_fa2pac(int argc, char *argv[]);
|
int bwa_fa2pac(int argc, char *argv[]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue