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 systemInstalling prerequisitesDownloading jdockInstalling jdockReferences

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.

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

OVarFlow- A GATK4-based variant calling workflow
SoftwareTools

OVarFlow- A GATK4-based variant calling workflow

October 3, 2021
AlgorithmsBioinformatics NewsSoftware

Structural Identification of Macromolecules in solution with DARA web server

January 23, 2016
RNAIndel-predict somatic indels in tumor rna-seq
RNA-seq analysisSoftwareTools

RNAIndel: A tool to identify somatic indels from tumor RNA-seq data

August 15, 2020
Sequence AnalysisSoftwareTools

A short introduction to protein structures modification and ModFinder

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