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
DockingSoftwareTools

Installing MGLTools2 package (ADFR/AGFR/AutoSite) on Ubuntu

Dr. Muniba Faiza
Last updated: October 17, 2020 1:17 am
Dr. Muniba Faiza
Share
2 Min Read
Installing mgltools2 package on ubuntu
SHARE

MGLTools2 package comes with three different tools for docking: ADFR, AGFR, and AutoSite [1-3]. In this article, we will install this package on Ubuntu.

Contents
  • Getting started
  • Downloading MGLTools2
  • Installing MGLTools2
    • Adding in the path
    • Creating aliases
    • References

Getting started

Let’s update and upgrade the system first.

$ sudo apt-get update

$ sudo apt-get upgrade

Downloading MGLTools2

Change to the directory where you want to download and install the software. Let’s say, Downloads. Open a terminal (Ctrl+Alt+T) and type the following commands. Don’t forget to check the architecture of your system first whether it is 32-bit or 64-bit and then download accordingly. Click here to select an appropriate package.

$ cd Downloads/

$ wget http://adfr.scripps.edu/AutoDockFR/installers/mgltools2_x86_64Linux2_1.0.tar.gz

Installing MGLTools2

We are in the same directory (i.e., Downloads). Now extract the downloaded package and install using the following commands.

$ tar xvzf mgltools2_x86_64Linux2_1.0.tar.gz

$ cd mgltools2_x86_64Linux2_1.0/

$ ./install.sh

Adding in the path

Now add this in your path as shown below.

$ export PATH=/home/muniba/Downloads/billi/mgltools2_x86_64Linux2_1.0/bin:$PATH

Creating aliases

Open the bashrc file and add the following at the end of the file.

$ sudo gedit ~/.bashrc

It will open your bashrc file in gedit. Scroll to the end of the file and add the following commands:

$ alias adfr='sudo /home/user/Downloads/mgltools2_x86_64Linux2_1.0/bin/adfr'

$ alias agfr=' sudo /home/user/Downloads/mgltools2_x86_64Linux2_1.0/bin/agfr'

$ alias autosite=’sudo /home/user/Downloads/mgltools2_x86_64Linux2_1.0/bin/autosite’

Don’t forget to replace the user in the above commands with your username.

$ source ~/.bashrc

Now you can execute these three tools by typing their aliases in the terminal. For example,

$ adfr

$ agfr

$ autosite


References

  1. Ravindranath, P. A., Forli, S., Goodsell, D. S., Olson, A. J., & Sanner, M. F. (2015). AutoDockFR: advances in protein-ligand docking with explicitly specified binding site flexibility. PLoS computational biology, 11(12), e1004586.
  2. Zhao, Y., Stoffler, D., & Sanner, M. (2006). Hierarchical and multi-resolution representation of protein flexibility. Bioinformatics, 22(22), 2768-2774.
  3. Ravindranath, P. A., & Sanner, M. F. (2016). AutoSite: an automated approach for pseudo-ligands prediction—from ligand-binding sites identification to predicting key ligand atoms. Bioinformatics, 32(20), 3142-3149.
TAGGED:adfragfrautositeinstallationmgltools2ubuntu
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

MOCCA- A New Suite to Model cis- regulatory Elements for Motif Occurrence Combinatorics
AlgorithmsSoftwareTools

MOCCA- A New Suite to Model cis- regulatory Elements for Motif Occurrence Combinatorics

May 19, 2021
How to take snapshots of structure at specific times in GROMACS?
MD SimulationSoftwareTools

How to take snapshots of structure at specific times in GROMACS?

February 28, 2024
Clustering using MCL
Bioinformatics ProgrammingSoftwareTools

How to perform graph-based clustering of peptide/protein sequences using MCL?

June 22, 2020
Sequence AnalysisSoftware

EVOBLAST: Evolutionary Fingerprinting Analysis Module

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