Skip to main content

deacon_index

Tags: host decontamination depletion index minimizer reference deacon run-scope

Build a deacon minimizer index from a FASTA reference genome.

Uses deacon to build a minimizer index from a reference genome in FASTA format. The resulting index is used by the deacon filter module to remove host contamination from sequencing reads via SIMD-accelerated minimizer comparison.

Build Once

This process builds a minimizer index from a reference FASTA. The index is cached via storeDir and only needs to be built once per reference genome.

Inputs

reference: Path
NameTypeDescription
referencePathReference genome in FASTA format to build the minimizer index from

Outputs

record (
db: Path,
logs: Set<Path?>
)
FieldTypeDescription
dbPathThe built deacon minimizer index file
logsSet<Path?>Optional program specific log files

Parameters

Deacon Index Parameters

ParameterTypeDefaultDescription
--deacon_referencestringPath to a reference genome FASTA file to build the deacon index from

Citations

If you use this in your analysis, please cite the following.

Source

View source on GitHub

Version

DEACON_INDEX:
- bactopia-teton: 1.1.4