modules/eggnogmapper
Fast genome-wide functional annotation through orthology assignment.
annotationfunctional annotationorthologygenomicseggnog
Input
name:type
description
pattern
Search mode passed to emapper.py via -m. Determines which backend is used and which database flag is applied internally. Supported modes:
- diamond: DIAMOND-based homology search (—dmnd_db)
- novel_fams: DIAMOND search against novel families (—dmnd_db)
- mmseqs: MMseqs2-based search (—mmseqs_db)
- hmmer: HMMER-based search (—database)
- no_search: Skip search step and annotate from a precomputed *.emapper.seed_orthologs file (—annotate_hits_table)
- cache: Reuse a previously generated hits table (—cache)
Database file, directory, or precomputed results file required by the selected search_mode. The module automatically assigns the correct flag depending on search_mode:
- diamond / novel_fams: DIAMOND database (*.dmnd)
- mmseqs: MMseqs2 database directory or prefix
- hmmer: HMM database (*.hmm, *.h3m)
- no_search: Precomputed *.emapper.seed_orthologs file
- cache: Previously generated *.emapper.hits file This input is mandatory but its expected format depends on search_mode.
*