Installation¶
Requirements¶
- Nextflow >= 23.04.0 (requires Java 11+)
- A container engine: Docker, Singularity, Apptainer, Podman, or Conda
Install Nextflow¶
Container engine¶
Bakta database¶
Bakta requires a pre-built database. The pipeline will download it automatically if --bakta_db is not provided, but
you can pre-download it for faster runs:
Or for the full database:
Then pass --bakta_db /path/to/bakta_db when running the pipeline.
Clone the repository¶
Alternatively, Nextflow can pull the pipeline directly: