SEPP.CONFIG(5) | sepp.config | SEPP.CONFIG(5) |
NAME
sepp.config - Configuration file for sepp
SYNOPSIS
/etc/sepp/sepp.config
DESCRIPTION
The configuration file of run_sepp.py(1) is at /etc/sepp/sepp.config. It contains paths of programs it uses as well as parameters for its dependencies and for itself. It is made of several sections, of which title is put inside brackets. Sections are separated by blank lines. In each section, each variable is set on a separate line. Now we list the sections and the variables they contain.
pplacer
The section begins with [pplacer], and it has the following field:
path=
hmmalign
The section begins with [hmmalign], and it has the following field:
path=
hmmsearch
The section begins with [hmmsearch], and it has the following fields:
path=
piped=
elim=
filters=
hmmbuild
The section begins with [hmmbuild], and it has the following field:
path=
jsonmerger
The section begins with [jsonmerger], and it has the following field:
path=
exhaustive
The section begins with [exhaustive], and it has the following fields:
strategy=
minsubsetsize=
placementminsubsetsizefacotr=
placer=
weight_placement_by_alignment=
FILES
/etc/sepp/sepp.config
~/.sepp/sepp.config, if existing, overrides the one in /etc/sepp.
SEE ALSO
run_sepp.py(1)
sepp |