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
Sequence AnalysisSoftwareTools

How to install ClustalW2 on Ubuntu?

Tariq Abdullah
Last updated: August 3, 2024 6:15 pm
Tariq Abdullah
Share
2 Min Read
Installing clustalw2 command-line tool on Ubuntu
SHARE

Clustal packages [1,2] are quite useful in multiple sequence alignments. Especially, when you need specific outputs from the command-line. In this article, we will install CustalW2 command-line tool on Ubuntu.

Contents
Getting startedInstalling pre-requisitesDownloading ClustalW2Installing ClustalW2References

Getting started

Open a terminal by pressing Ctrl+Alt+T. Update and upgrade your system using the following commands:

$ sudo apt-get update

$ sudo apt-get upgrade

Installing pre-requisites

Before installing the package, let’s install some pre-requisites.

$ sudo apt-get install -y build-essential

$ sudo apt-get install -y gpp g++ c++ kcc fcc gpp

Downloading ClustalW2

Change to a directory where you wish to download the software. Let’s say, Downloads.

$ cd Downloads/

Download the latest version of ClustalW2 from here or use the following command:

$ wget http://www.clustal.org/download/current/clustalw-2.1.tar.gz

Installing ClustalW2

Extract the downloaded file.

$ tar xvzf clustalw-2.1.tar.gz

It will create a new directory, namely, ‘clustalw-2.1‘. Change to this directory and install using the following commands:

$ cd clustalw-2.1/

$ ./configure

$ make

$ make install

Now, you can run by typing $ clustalw2 in the terminal.

For more details on how to use the ClustalW2 command-line tool, read this article.


References

  1. Larkin, M. A., Blackshields, G., Brown, N. P., Chenna, R., McGettigan, P. A., McWilliam, H., … & Higgins, D. G. (2007). Clustal W and Clustal X version 2.0. bioinformatics, 23(21), 2947-2948.
  2. Sievers, F., & Higgins, D. G. (2014). Clustal Omega, accurate alignment of very large numbers of sequences. In Multiple sequence alignment methods (pp. 105-116). Humana Press, Totowa, NJ.
TAGGED:ClustalW2 command-lineinstallationMultiple sequence alignmentubuntu
Share This Article
Facebook Copy Link Print
ByTariq Abdullah
Tariq is founder of Bioinformatics Review and Lead Developer at IQL Technologies. His areas of expertise include algorithm design, phylogenetics, MicroArray, Plant Systematics, and genome data analysis. If you have questions, reach out to him via his homepage.
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 does BLAST work?
Tools

How BLAST works – Concepts, Types, & Methods Explained

August 25, 2023
predict protein targets
DockingSoftwareTools

Predict putative protein targets for small molecules using a new tool

August 5, 2020
Installing gromos96 on Ubuntu
MD SimulationSoftware

Installing GROMOS96 on Ubuntu

October 31, 2020
AlgorithmsSequence AnalysisTools

Alignment-free approaches for Sequence Analysis

May 20, 2020
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