Bioinformatics ReviewBioinformatics Review
Notification Show More
Font ResizerAa
  •  Home
  • Docking
  • MD Simulation
  • Tools
  • More Topics
    • Softwares
    • Sequence Analysis
    • Algorithms
    • Bioinformatics Programming
    • Bioinformatics Research Updates
    • Drug Discovery
    • Phylogenetics
    • Structural Bioinformatics
    • Editorials
    • Tips & Tricks
    • Bioinformatics News
    • Featured
    • Genomics
    • Bioinformatics Infographics
  • Community
    • BiR-Research Group
    • Community Q&A
    • Ask a question
    • Join Telegram Channel
    • Join Facebook Group
    • Join Reddit Group
    • Subscription Options
    • Become a Patron
    • Write for us
  • About Us
    • About BiR
    • BiR Scope
    • The Team
    • Guidelines for Research Collaboration
    • Feedback
    • Contact Us
    • Recent @ BiR
  • Subscription
  • Account
    • Visit Dashboard
    • Login
Font ResizerAa
Bioinformatics ReviewBioinformatics Review
Search
Have an existing account? Sign In
Follow US
SoftwareTools

Installing Roary and Prokka on Ubuntu

Dr. Muniba Faiza
Last updated: July 29, 2020 4:21 pm
Dr. Muniba Faiza
Share
3 Min Read
SHARE

In the last article on Bioinformatics Review, the utilization of Roary [1] and Prokka [2] was explained to create a pangenome from isolated genome sequences. This article is about installing these both packages on Ubuntu.

In order to install Roary and Prokka, you need to install some dependencies such as ncbi-blast+, cd-hit, and so on. These are explained in the following sections. So, let’s start.

1. Installing dependencies

Open the terminal (Ctrl+T) and type the following commands:

$ sudo apt-get update

$ sudo apt-get upgrade

It’s better to upgrade the system before installing new software.

After that, start installing the dependencies.

$ sudo apt-get install bedtools ncbi-blast+ mcl cd-hit mafft prank fasttree parallel

$ sudo perl -MCPAN -e shell

> install Array::Utils

Similarly, install the following modules:

Bio::Perl Exception::Class File::Basename File::Copy File::Find::Rule File::Grep File::Path File::Slurper File::Spec File::Temp File::Which FindBin Getopt::Long Graph Graph::Writer::Dot List::Util Log::Log4perl Moose Moose::Role Text::CSV PerlIO::utf8_strict Devel::OverloadInfo Digest::MD5::File

Or install all of them at once:
$ sudo cpanm Array::Utils Bio::Perl Exception::Class File::Basename File::Copy File::Find::Rule File::Grep File::Path File::Slurper File::Spec File::Temp File::Which FindBin Getopt::Long Graph Graph::Writer::Dot List::Util Log::Log4perl Moose Moose::Role Text::CSV PerlIO::utf8_strict Devel::OverloadInfo Digest::MD5::File

2. Installing Roary from source

You can install Roary from the source. First, download the latest software from here (https://github.com/sanger-pathogens/Roary/tarball/master) and then go into the directory where you have downloaded the software (let’s say, Downloads).

$ cd Downloads

$ tar xvzf sanger-pathogens-Roary-xxxx.tar.gz

$ cd sanger-pathogens-Roary-db

$ ./install_dependencies.sh

Now, open your bashrc file, type the following lines at the end of the file:

$ sudo gedit ~/.bashrc

$ export PATH=/home/user/Downloads/sanger-pathogens-Roary-db/bin

$ export PERL5LIB=/home/user/Downloads/sanger-pathogens-Roary-db/lib

$ source ~/.bashrc

Check whether it has been installed or not:

$ roary -w

It will print the version.

3. Installing Prokka

Open the terminal and type the following commands:

$ sudo apt-get install libdatetime-perl libxml-simple-perl libdigest-md5-perl git default-jre bioperl
$ sudo cpan Bio::Perl
$ git clone https://github.com/tseemann/prokka.git $HOME/prokka
$ $HOME/prokka/bin/prokka --setupdb

Click here to read more about the further usage of Prokka.

References

  1. Page, A. J., Cummins, C. A., Hunt, M., Wong, V. K., Reuter, S., Holden, M. T., … & Parkhill, J. (2015). Roary: rapid large-scale prokaryote pan genome analysis. Bioinformatics, 31(22), 3691-3693.
  2. Seemann, T. (2014). Prokka: rapid prokaryotic genome annotation. Bioinformatics, 30(14), 2068-2069.
TAGGED:Pagenome toolsprokkaroarysoftware
Share This Article
Facebook Copy Link Print
ByDr. Muniba Faiza
Follow:
Dr. Muniba is a Bioinformatician based in New Delhi, India. She has completed her PhD in Bioinformatics from South China University of Technology, Guangzhou, China. She has cutting edge knowledge of bioinformatics tools, algorithms, and drug designing. When she is not reading she is found enjoying with the family. Know more about Muniba
Leave a Comment

Leave a Reply Cancel reply

You must be logged in to post a comment.

Starting in Bioinformatics? Do This First!
Starting in Bioinformatics? Do This First!
Tips & Tricks
[Editorial] Is it ethical to change the order of authors’ names in a manuscript?
Editorial Opinion
Installing bbtools on Ubuntu
[Tutorial] Installing BBTools on Ubuntu (Linux).
Sequence Analysis Software Tools
wes_data_analysis Whole Exome Sequencing (WES) Data visualization Toolkit
wes_data_analysis: Whole Exome Sequencing (WES) Data visualization Toolkit
Bioinformatics Programming GitHub Python

You Might Also Like

How to calculate binding pocket volume using PyVol plugin in PyMol?
SoftwareTools

How to calculate binding pocket volume using PyVol plugin in PyMol?

November 20, 2022
CHARMM installation on Ubuntu
MD SimulationMolecular dynamicsSoftwareTools

Installing CHARMM on Ubuntu

July 12, 2020
IPD2.0- An Updated Version of IPD to Analyze the SARS-CoV-2 Genome
SARSSoftwareTools

IPD2.0- An Updated Version of IPD to Analyze the SARS-CoV-2 Genome

June 2, 2021
Installing PyVOL plugin in Pymol on Ubuntu (Linux).
SoftwareTools

Installing PyVOL plugin in Pymol on Ubuntu (Linux).

August 29, 2022
Copyright 2024 IQL Technologies
  • Journal
  • Customer Support
  • Contact Us
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Cookie Policy
  • Sitemap
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?

Not a member? Sign Up