--help shows the common (all-modes) and single-sample options; --help-all
adds index & seeding, metagenomic, and developer options. This page mirrors
panmap --help-all for version 0.1.2. Options are grouped by mode: all modes,
index & seeding (both modes), single-sample (default mode; ignored with
--meta), and metagenomic (require --meta).
A plain single-sample run executes the full index -> place -> align ->
genotype -> consensus pipeline; panmap derives and caches the index from the
panman automatically, so -i/--index is only needed to point at an index in a
non-default location.
The index is built (or reused) the same way for single-sample and --meta
runs. Its path derives from the panman (<panman>.idx, .midx under --meta),
independent of -o; --meta rejects a .idx index.
Option
Description
Default
-i, --index
Load a pre-built index from this path
auto-built at <panman>.idx (.midx under --meta)
--index-out
Write the built index to this path
next to the panman
-f, --reindex
Force rebuild index
off
-k, --kmer
Syncmer k-mer length
19
-s, --syncmer
Syncmer s parameter
8
--offset
Syncmer offset
0
-l, --lmer
Syncmers per seed
3
--open-syncmer
Use open syncmers
off
--hpc
Homopolymer-compressed seeds
off
--flank-mask
Mask bp at ends of genomes
250
--seed-mask-fraction
Mask top seed fraction
0
--extent-guard
Guard seed deletions at genome extent boundaries
off
--impute
Impute N's from parent (skip _->N mutations in indexing and output)
off
--zstd-level
ZSTD compression level for index (1-22)
7
Single-sample options (default mode; ignored with --meta)¶
The place -> align -> genotype -> consensus pipeline. Ignored under --meta,
which runs its own read-assignment/abundance flow instead.