Command line
Bakta is a lightweight command line annotation software tool. It can be installed via BioConda, Docker, Singularity and Pip. However, we encourage to use Conda or Docker/Singularity to automatically install all required 3rd party dependencies. In all cases a mandatory database must be downloaded.
Example:
$ conda install -c conda-forge -c bioconda bakta
$ bakta_db download --output <db-path>
$ bakta --db <db-path> genome.fasta
A detailed documentation with all relevant information and URLs is hosted at GitHub (readme.md) as well as the following URLs:
- GitHub: github.com/oschwengers/bakta
- BioConda: anaconda.org/bioconda/bakta
- Docker: hub.docker.com/r/oschwengers/bakta
- Zenodo: doi.org/10.5281/zenodo.4247252