...
Learning Objectives
Installing Prokka
Code Block | ||||
---|---|---|---|---|
| ||||
conda create -n GVA-prokka -c conda-forge -c bioconda -c defaults prokka
conda activate GVA-prokka |
Code Block | ||||
---|---|---|---|---|
| ||||
prokka --version
prokka --listdb
prokka --help |
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
prokka 1.14.6 Looking for databases in: /work2/01821/ded/stampede2/miniconda3/envs/GVA-prokka/db * Kingdoms: Archaea Bacteria Mitochondria Viruses * Genera: Enterococcus Escherichia Staphylococcus * HMMs: HAMAP * CMs: Archaea Bacteria Viruses help command should give list of options you are familiar with by now |
Get Some Data
Running Prokka
...