From 67ff1006ba1389e9c96bbffd0df121fc99336ae6 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Mon, 10 Oct 2022 12:09:31 -0400 Subject: [PATCH] r174: changed the default splice model to general related to #15 and #16 --- miniprot.h | 2 +- options.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/miniprot.h b/miniprot.h index 5c16ef0..64491ee 100644 --- a/miniprot.h +++ b/miniprot.h @@ -3,7 +3,7 @@ #include -#define MP_VERSION "0.4-r173-dirty" +#define MP_VERSION "0.4-r174-dirty" #define MP_F_NO_SPLICE 0x1 #define MP_F_NO_ALIGN 0x2 diff --git a/options.c b/options.c index 11cfe9e..dd1ec81 100644 --- a/options.c +++ b/options.c @@ -47,7 +47,7 @@ void mp_mapopt_init(mp_mapopt_t *mo) mo->io = 29; mo->fs = 23; mo->io_end = 19; - mo->sp_model = NS_S_MAMMAL; + mo->sp_model = NS_S_GENERIC; mo->sp_scale = 1.0f; mo->end_bonus = 5; mo->xdrop = 100;