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
DockingDrug DiscoveryVirtual Screening

How to install Raccoon plugin on Ubuntu for virtual screening using Autodock?

Dr. Muniba Faiza
Last updated: March 27, 2023 3:12 am
Dr. Muniba Faiza
Share
3 Min Read
SHARE

As mentioned in our previous articles, Autodock Vina [1] is a very useful bioinformatics tool for molecular docking and provides various options for site-specific docking and blind docking. But it seemed to be challenging to perform virtual screening using Autodock. Recently, Autodock has developed a plugin known as ‘Raccoon’ [2], which serves for this purpose.

Raccoon plugin provides a graphical user interface (GUI) to perform virtual screening using Autodock.

The users don’t have to prepare pdbqt files on their own, they can easily load the ligand and protein files in the Autodock using the Raccoon GUI and perform docking. It involves other features such as ligand filtration, generating configuration files for Autodock, automated generation of virtual screening script, multiple receptor conformations, and automated processing of ligand libraries.

The installation of this plugin is straightforward if you have already installed Autodock on your system, if not, then please follow this tutorial first.

How to install the Raccoon plugin on Ubuntu?

    1. Download the tar file of Raccoon (http://autodock.scripps.edu/resources/raccoon).
    2. save it in a directory let’s say, Downloads.
    3. Change to the Downloads directory and untar the file:

$ cd Downloads

$ tar xvzf raccoon-1.0b.tar.gz

You will notice a new ‘raccoon.py’ file has been added to the same directory.

4. Open a terminal (Ctrl+Alt+T) and change to the directory where you extracted the tar file and type the following commands:

$ cd Downloads

$ pythonsh raccoon.py

A GUI will be displayed as shown in Fig. 1.

Fig.1 the GUI of Raccoon [2].

Now you have successfully installed the raccoon plugin on your system.

In most cases, pythonsh command is not recognized, then use the pythonsh from the installed MGL tools directory (let’s say, MGL Tools is a subdirectory of Downloads) and type the following commands:

$ /home/user/Downloads/mgltools_x86_64Linux2_1.5.6/bin/pythonsh raccoon.py

If you don’t want to type the full path every time you execute the raccoon script, then add an alias in your bashrc file using the following command:
$gedit ~/.bashrc

It will open the bashrc file, go at the end of this file and type the following:
$ alias raccoon='/home/user/Downloads/mgltools_x86_64Linux2_1.5.6/bin/pythonsh /home/user/Downloads/raccoon.py'

Save the file, go back to the terminal, and type:

$ source ~/.bashrc

For c-shell, use the following command:

$ alias raccoon '/home/user/Downloads/mgltools_x86_64Linux2_1.5.6/bin/pythonsh /home/user/Downloads/raccoon.py'

If you have any queries, then email muniba@bioinformaticsreview.com

References

  1. Trott, O., & Olson, A. J. (2010). AutoDock Vina: improving the speed and accuracy of docking with a new scoring function, efficient optimization, and multithreading. Journal of computational chemistry, 31(2), 455-461.
  2. Forli, S., Huey, R., Pique, M. E., Sanner, M. F., Goodsell, D. S., & Olson, A. J. (2016). Computational protein-ligand docking and virtual drug screening with the AutoDock suite. Nature Protocols, 11(5), 905-919.
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

openbabel
ToolsVirtual Screening

Converting smiles into 3D structures using openbabel.

July 28, 2020
Identifying binding sites in receptors using AutoSite tool
DockingSoftwareTools

Identifying binding sites in receptors using AutoSite tool

August 7, 2023
Finding binding pocket in target protein
DockingTips & Tricks

How to Find Binding Pocket/ Binding Site for Docking?

August 7, 2023
DockingTips & Tricks

Site-specific docking: Frequently Asked Questions & answers for starters

May 21, 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