Home

Awesome

Prokaryotic annotation

An annotation pipeline for bacterial genomes

Quick Start

To execute the pipeline on your computer, first pull the docker image

docker pull hadrieng/prokka

Then execute the workflow

nextflow run annotation.nf --genome $path_to_your_genome

It will produce an embl file ready for submission (given you have registered a bioproject and locus tag) as well as .gbk, .gff and other files from the output of prokka

Pipeline Parameters

--genome

--bioproject

--genus

--species

--strain

--locus_tag

--taxonomy

Profiles

The SGBC cluster uses a module system. Pulling the docker image is not required!

By default, the pipeline runs locally using docker. If you run the annotation pipeline on the SGBC cluster, please pass the option -profile planet

Example:

netxflow run annotation.nf -profile planet --genome data/aureus.fasta \
--bioproject PRJEB12345 --genus Staphylococcus --species aureus \
--strain ST250_MRSA-1 --locus_tag SA0 --taxonomy 1280

Citations

If you use this pipeline in your research, please cite: