clarify multi-part index in option -I (#301)
This commit is contained in:
parent
50a26a60a6
commit
767556b6f0
|
|
@ -94,10 +94,11 @@ bases in
|
||||||
.IR target.fa ,
|
.IR target.fa ,
|
||||||
minimap2 needs to read
|
minimap2 needs to read
|
||||||
.I query.fa
|
.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
|
.I NUM
|
||||||
may be ending with k/K/m/M/g/G. NB: mapping quality is incorrect given a
|
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
|
.TP
|
||||||
.B --idx-no-seq
|
.B --idx-no-seq
|
||||||
Don't store target sequences in the index. It saves disk space and memory but
|
Don't store target sequences in the index. It saves disk space and memory but
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue