- recipe prokka
Rapid annotation of prokaryotic genomes
- Homepage:
- License:
GPL / GPL-3.0-only
- Recipe:
- Links:
biotools: prokka, doi: 10.1093/bioinformatics/btu153, usegalaxy-eu: prokka
- package prokka¶
-
- Versions:
1.15.6-0,1.14.6-5,1.14.6-4,1.14.6-3,1.14.6-2,1.14.6-1,1.14.6-0,1.14.5-1,1.14.5-0,1.15.6-0,1.14.6-5,1.14.6-4,1.14.6-3,1.14.6-2,1.14.6-1,1.14.6-0,1.14.5-1,1.14.5-0,1.14.0-1,1.14.0-0,1.13.7-0,1.13.4-0,1.13.3-0,1.13-4,1.13-3,1.13-2,1.13-1,1.13-0,1.12-4,1.12-3,1.12-2,1.12-1,1.12-0,1.11-0- Depends:
on aragorn
>=1.2on barrnap
>=0.7on blast
>=2.7.1on hmmer
>=3.1b2on infernal
>=1.1.2on minced
>=0.3on parallel
>=20180522on perl
>=5.32.1,<6.0a0 *_perl5on perl-bioperl
>=1.7.2on perl-xml-simple
on prodigal
>=2.6on tbl2asn-forever
>=25.7
- Additional platforms:
Installation¶
You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).
Pixi¶
With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:
pixi global install prokka
to add into an existing workspace instead, run:
pixi add prokka
In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:
pixi workspace channel add conda-forge
pixi workspace channel add bioconda
Conda¶
With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:
conda install prokka
Alternatively, to install into a new environment, run:
conda create -n envname prokka
with envname being the name of the desired environment.
Container¶
Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:
docker pull quay.io/biocontainers/prokka:<tag>
(see prokka/tags for valid values for <tag>).
Integrated deployment¶
Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/prokka/README.html)