User Tools

Site Tools


prokka-software

This is an old revision of the document!


Table of Contents

Prokka

Prokka is a software tool to annotate bacterial, archaeal and viral genomes quickly and produce standards-compliant output files.

Information

Usage

See which versions of Prokka are available:

$ module avail prokka

Load one version into your environment and run it:

$ module load prokka/1.14.6
$ prokka

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ git clone https://github.com/tseemann/prokka.git -b v1.14.6
$ cd prokka
$ git checkout v1.14.6
$ module load perl/5.28.2
$ mkdir perl5
$ cpanm -l perl5 Time::Piece XML::Simple Digest::MD5 Module::Build
$ export PERL5LIB=perl5/lib/perl5
$ grep -rh -oE "use Bio::.*$" bin/* binaries/* | sort -u | awk '{print $2}' | sed 's/;//'
$ cpanm -l perl5 Bio::AlignIO Bio::Root::Version Bio::SearchIO Bio::Seq Bio::SeqFeature::Generic Bio::SeqIO Bio::Tools::CodonTable Bio::Tools::GFF Bio::Tools::GuessSeqFormat --force
$ ./bin/prokka --setupdb
$ sudo mkdir -p /export/apps/prokka/1.14.6
$ sudo cp -r . /export/apps/prokka/1.14.6

*Note:* You can try without ''--force'' if you want, but many Perl modules "bail out" during installation because one out of a few hundred (or thousand) obscure or comprehensive tests fail.

prokka-software.1589721177.txt.gz · Last modified: 2020/05/17 13:12 by aorth