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

[Tutorial] Installing jdock on Ubuntu (Linux).

Dr. Muniba Faiza
Last updated: August 11, 2023 4:18 pm
Dr. Muniba Faiza
Share
2 Min Read
[Tutorial] Installing jdock on Ubuntu (Linux).
SHARE

jdock is an extended version of idock [1]. It has the same features as the idock along with some bug fixes. However, the binary name and the GitHub repository names are changed. We are installing jdock on Ubuntu (Linux).

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

Preparing system

It is good to update and upgrade your Ubuntu system first. Log into your Ubuntu system and open the terminal by pressing Ctrl+Alt+T altogether, and type the following commands:

$ sudo apt-get update

$ sudo apt-get upgrade

Installing prerequisites

To install jdock, you must have Boost installed on your system. Use the following command to install it.

$ sudo apt install libboost-program-options-dev

Downloading jdock

You can easily download jdock from the GitHub repository here or paste the following command to download via the command line.

Change to the directory where you want to download the software (in this tutorial, it’s ‘Downloads‘).

$ cd Downloads/

$ wget https://github.com/stcmz/jdock/archive/refs/heads/v2.x.zip

Installing jdock

Unzip the downloaded file.

$ unzip jdock-2.x.zip

You will notice a new directory named, jdock-2.x. Now move inside the new directory.

$ cd jdock-2.x/

Let’s install it using cmake. Ensure that you have cmake version 3.20 or higher. If not, read this article first and install the latest cmake version.

Now inside the jdock directory, run the following commands.

$ cmake -B build

$ cmake --build build --config Release

After this command, you will see

[100%] Built target jdock

Now, run this:

$ sudo cmake --install build

You should see the following on the terminal:

-- Install configuration: ""
-- Installing: /usr/local/bin/jdock

After this, run jdock as

$ jdock

It should display the usage.


References

  1. Li, H., Leung, K. S., & Wong, M. H. (2012, May). idock: A multithreaded virtual screening tool for flexible ligand docking. In 2012 IEEE Symposium on Computational Intelligence in Bioinformatics and Computational Biology (CIBCB) (pp. 77-84). IEEE.
TAGGED:installationjdockubuntu
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.

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
Starting in Bioinformatics? Do This First!
Starting in Bioinformatics? Do This First!
Tips & Tricks

You Might Also Like

AlgorithmsSoftwareTools

An introduction to the predictors of pathogenic point mutations

May 20, 2020
AlgorithmsTools

Explained: CRISPR-ERA and CRISPR/Cas9 system

May 20, 2020
Bioinformatics ProgrammingTools

Perl one-liners for bioinformaticians

December 8, 2015
DockingSoftwareTools

Protein-ligand interaction analysis using LigPlot+

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