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

How to install ClusCo on Ubuntu (Linux)?

Dr. Muniba Faiza
Last updated: May 20, 2022 10:33 am
Dr. Muniba Faiza
Share
1 Min Read
How to install ClusCo on Ubuntu (Linux)?
SHARE

ClusCo is a bioinformatics software to perform clustering and comparison of protein models [1]. In this article, we are going to install ClusCo on Ubuntu (Linux).

Contents
  • Preparing system
  • Installing prerequisites
  • Downloading ClusCo
  • Installing ClusCo
    • References

Preparing system

Let’s update and upgrade our system first.

$ sudo apt-get update

$ sudo apt-get upgrade

Installing prerequisites

You need to install the TCLAP library in order to run ClusCo. Open a terminal by pressing Ctrl+Alt+T and paste the following command:

$ sudo apt-get install libtclap-dev

Downloading ClusCo

Change to the directory where you want to download the software. We are downloading in ‘Downloads‘.

$ cd Downloads/

Download ClusCo from here or use the following command.

$ git clone https://bitbucket.org/mjamroz/clusco.git

Installing ClusCo

Change to the ‘clusco‘ directory and make a new one, namely, build.

$ cd clusco/

$ mkdir build

Now move inside the build directory and install clusco.

$ cd build/

$ cmake ../

$ make

It will take a few minutes to install. You will find an executable file named ‘clusco_cpu‘ inside the build/src directory.


References

  1. Jamroz, M., & Kolinski, A. (2013). ClusCo: clustering and comparison of protein models. Bmc Bioinformatics , 14 (1), 1-6.
TAGGED:cluscoClusteringinstallationprotein structuresubuntu
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.

How to visualize a 3D structure using Py3Dmol?
How to visualize a 3D structure using Py3Dmol?
Bioinformatics Programming Cheminformatics GitHub Python
ai tools vs traditional tools in bioinformatics
AI Tools vs Traditional Tools in Bioinformatics- Which one to select?
Algorithms Artificial Intelligence Machine Learning Software Tools
AI vs Physics in Molecular Docking
AI vs Physics in Molecular Docking: Towards Faster and More Accurate Pose Prediction
Artificial Intelligence Drug Discovery Machine Learning
10 years of Bioinformatics Review: From a Blog to a Bioinformatics Knowledge Hub!
Editorial

You Might Also Like

Cortex - genome analysis framework
GenomicsSoftware

How to install Cortex on Ubuntu?

December 21, 2020
DockingDrug DiscoverySoftwareToolsVideo Tutorial

Video Tutorial: How to perform docking using Autodock Vina

November 23, 2024
clustalw2
Sequence Analysis

Multiple Sequence Alignment and Phylogenetic Tree construction using ClustalW2 command-line tool

June 27, 2020
Installing GROMACS on Ubuntu 20.04 with CUDA GPU Support
SoftwareTools

Method-2: Installing GROMACS on Ubuntu 20.04 with CUDA GPU Support

April 4, 2023
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