Skip to content

Commit d4a396c

Browse files
committed
r1239: resovled #963
1 parent bdf46f5 commit d4a396c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: minimap.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <stdio.h>
66
#include <sys/types.h>
77

8-
#define MM_VERSION "2.28-r1238-dirty"
8+
#define MM_VERSION "2.28-r1239-dirty"
99

1010
#define MM_F_NO_DIAG (0x001LL) // no exact diagonal hit
1111
#define MM_F_NO_DUAL (0x002LL) // skip pairs where query name is lexicographically larger than target name

Diff for: minimap2.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ Spliced alignment for short RNA-seq reads
695695
.B sr
696696
Short-read alignment without splicing
697697
.RB ( -k21
698-
.B -w11 --sr --frag=yes -A2 -B8 -O12,32 -E2,1 -b0 -r100 -p.5 -N20 -f1000,5000 -n2 -m25
698+
.B -w11 --sr --frag=yes -A2 -B8 -O12,32 -E2,1 -r100 -p.5 -N20 -f1000,5000 -n2 -m25
699699
.B -s40 -g100 -2K50m --heap-sort=yes
700700
.BR --secondary=no ).
701701
.TP

0 commit comments

Comments
 (0)