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

Installing PyVOL plugin in Pymol on Ubuntu (Linux).

Dr. Muniba Faiza
Last updated: August 29, 2022 11:42 pm
Dr. Muniba Faiza
Share
3 Min Read
Installing PyVOL plugin in Pymol on Ubuntu (Linux).
SHARE

PyVOL [1] is an excellent plugin of Pymol [2] for pocket visualization of proteins. In this article, we will install the PyVOL plugin in Pymol on Ubuntu.

Contents
Preparing systemDownloading prerequisitesDownloading PyVOLInstalling MSMSInstalling PyVOLReferences

Preparing system

Let’s update and upgrade our system first.

$ sudo apt-get update

$ sudo apt-get upgrade

Downloading prerequisites

First, you have to download MSMS. So, let’s change to the directory where we want to download the package. I am creating a new directory named ‘msms’ in the Downloads directory. Now download MSMS either by clicking here or using the following command.

$ cd Downloads/

$ mkdir msms

$ cd msms/

$ wget https://ccsb.scripps.edu/msms/download/933/

Downloading PyVOL

Now, let’s download the zip file of PyVOL from here or you can use the following command.

$ wget https://github.com/schlessinger-lab/pyvol/archive/refs/heads/master.zip

Installing MSMS

Let’s untar the package inside our new directory.

$ cd msms/

$ tar xvzf msms_i86_64Linux2_2.6.1.tar.gz

Now, create symbolic links to the binaries and add them to the path.

$ sudo ln -s /home/user/Downloads/msms/msms.x86_64Linux2.2.6.1 /usr/local/bin/msms

$ sudo ln -s /home/user/Downloads/msms/pdb_to_xyzr* /usr/local/bin

You have to debug two files before running msms.

  • Open the pdb_to_xyzr file in an editor and go to line 34:
    $ sudo nano /home/user/Downloads/msms/pdb_to_xyzr
    On line 34, you will see:
    numfile = "./atmtypenumbers"
    Change it to:
    numfile = "/home/user/Downloads/msms/atmtypenumbers"
  • Repeat the above steps for another file named pdb_to_xyzrn

Now, you can check the msms installation by typing $ msms in the terminal. It should display:

$msms
MSMS 2.6.1 started on structure
Copyright M.F. Sanner (1994)
Compilation flags -O2 -DVERBOSE -DTIMING
MSMS: No input stream specified

Installing PyVOL

  • Open Pymol –> Plugin –> Plugin Manager.
  • Install New Plugin –> Choose File.
  • Go to the directory where you downloaded the zip file of PyVOL (Downloads directory) and select it.
  • It will show “The plugin is installed”. Close the plugin Manager window.
  • Go to Plugin –> Select PyVOL.
  • Under the ‘Settings’ tab, you will see two columns. Under the right column, there is ‘Install PyVOL from PyPi’. Click on it. Wait for a few moments. It will install PyVOL and will display the packages installed additionally.
  • Further, under the MSMS settings, you will see the MSMS path.

References

  1. Smith, RH, Dar, AC, & Schlessinger, A. (2019). PyVOL: a PyMOL plugin for visualization, comparison, and volume calculation of drug-binding sites. BioRxiv , 816702.
  2. The PyMOL Molecular Graphics System, Version 1.2r3pre, Schrödinger, LLC.
TAGGED:installationMSMSPymolPyVOLPyVOL pluginubuntu
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

single-cell rna-seq
RNA-seq analysisSoftwareTools

Most widely used web servers/software for single-cell RNA-seq analysis

July 26, 2020
Cloud ComputingTools

Cl-Dash: speeding up cloud computing in bioinformatics

January 24, 2016
How to install the LigAlign plugin on Pymol on Ubuntu (Linux)?
SoftwareTips & TricksTools

How to install the LigAlign plugin on Pymol on Ubuntu (Linux)?

March 29, 2022
I-TASSER: Uses & Applications
SoftwareStructural BioinformaticsStructure PredictionTools

I-TASSER: Uses & Applications

October 25, 2021
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