mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-21 23:48:12 +08:00
clarify multi-part index in option -I (#301)
This commit is contained in:
+3
-2
@@ -94,10 +94,11 @@ bases in
|
||||
.IR target.fa ,
|
||||
minimap2 needs to read
|
||||
.I query.fa
|
||||
multiple times to map it against each batch of target sequences.
|
||||
multiple times to map it against each batch of target sequences. This would create a multi-part index.
|
||||
.I NUM
|
||||
may be ending with k/K/m/M/g/G. NB: mapping quality is incorrect given a
|
||||
multi-part index.
|
||||
multi-part index. See also option
|
||||
.BR --split-prefix .
|
||||
.TP
|
||||
.B --idx-no-seq
|
||||
Don't store target sequences in the index. It saves disk space and memory but
|
||||
|
||||
Reference in New Issue
Block a user