-h, --help
Display the help message.
-hh, --full-help
Display the help message with advanced options.
--version
Display version information.
--copyright
Display long copyright information.
-v, --verbosityINTEGER
Display more/less diagnostic output during operation: 0 [only errors]; 1 [default]; 2 [+run-time,
options and statistics]. In range [0..2]. Default: 1.
InputOptions:-d, --databaseINPUT_FILE
Database sequences. Valid filetypes are: .sam[.*], .raw[.*], .gbk[.*], .frn[.*], .fq[.*],
.fna[.*], .ffn[.*], .fastq[.*], .fasta[.*], .faa[.*], .fa[.*], .embl[.*], and .bam, where * is any
of the following extensions: gz, bz2, and bgzf for transparent (de)compression.
-m, --acc-tax-mapINPUT_FILE
An NCBI or UniProt accession-to-taxid mapping file. Download from
ftp://ftp.ncbi.nlm.nih.gov/pub/taxonomy/accession2taxid/ or
ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/idmapping/ . Valid
filetypes are: .dat[.*] and .accession2taxid[.*], where * is any of the following extensions: gz,
bz2, and bgzf for transparent (de)compression.
-x, --tax-dump-dirINPUT_DIRECTORY
A directory that contains nodes.dmp and names.dmp; unzipped from
ftp://ftp.ncbi.nlm.nih.gov/pub/taxonomy/taxdump.tar.gzOutputOptions:-i, --indexOUTPUT_DIRECTORY
The output directory for the index files (defaults to "DATABASE.lambda"). Valid filetype is:
.lambda.
--db-index-typeSTRING
Suffix array or full-text minute space. One of fm and bifm. Default: fm.
--truncate-idsBOOL
Truncate IDs at first whitespace. This saves a lot of space and is irrelevant for all LAMBDA
output formats other than BLAST Pairwise (.m0). One of 1, ON, TRUE, T, YES, 0, OFF, FALSE, F, and
NO. Default: on.
AlphabetsandTranslation:-a, --input-alphabetSTRING
Alphabet of the database sequences (specify to override auto-detection); if input is Dna, it will
be translated. One of auto, dna5, and aminoacid. Default: auto.
-g, --genetic-codeINTEGER
The translation table to use if input is Dna. See
https://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi?mode=c for ids (default is generic).
Default: 1.
-r, --alphabet-reductionSTRING
Alphabet Reduction for seeding phase. One of none and murphy10. Default: murphy10.
Algorithm:--algorithmSTRING
Algorithm for SA construction (also used for FM; see Memory Requirements below!). One of
mergesort, quicksortbuckets, quicksort, radixsort, and skew7ext. Default: radixsort.
-t, --threadsINTEGER
number of threads to run concurrently. Default: autodetected.
--tmp-dirOUTPUT_DIRECTORY
temporary directory used by skew, defaults to working directory.