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 systemInstalling prerequisitesDownloading ClusCoInstalling ClusCoReferences

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.

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

Installing RDPTools on Ubuntu
Sequence AnalysisSoftwareTools

Installing RDPTools on Ubuntu (Linux)

May 21, 2021
How to install idock on Ubuntu?
DockingSoftwareTools

How to install idock on Ubuntu?

July 23, 2021
Installing Conda on Ubuntu (Linux)
Software

Installing Conda on Ubuntu (Linux)

March 12, 2022
AlgorithmsTools

WebFEATURE : Tool to identify and visualize Functional Sites in Macromolecules

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