mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-22 04:28:11 +08:00
r456: min chain score should >k-mer length
or chain_dp() wastes time on unnecessarily sorting chains with one k-mer.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "mmpriv.h"
|
||||
#include "getopt.h"
|
||||
|
||||
#define MM_VERSION "2.2-r455-dirty"
|
||||
#define MM_VERSION "2.2-r456-dirty"
|
||||
|
||||
#ifdef __linux__
|
||||
#include <sys/resource.h>
|
||||
|
||||
Reference in New Issue
Block a user