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
SoftwareStructural BioinformaticsTools

How to install DeepView-Swiss PDB Viewer on Linux?

Tariq Abdullah
Last updated: May 20, 2020 5:47 pm
Tariq Abdullah
Share
1 Min Read
SHARE

DeepView (Swiss-PDB Viewer) [1] is used to analyze multiple proteins simultaneously. Protein structure alignment, active site comparison, amino acid mutations, H-bonds, and other relevant functions can be easily performed using this software [1]. In this article, we will install DeepView on Linux (Ubuntu).

Contents
PreparingDownloadingInstallingReferences

Preparing

At first, update and upgrade your system using the following commands:

$ sudo apt-get update
$ sudo apt-get upgrade

Downloading

Download the software from here or use the command line as shown below:
$ sudo wget http://www.genebee.msu.su/spdbv/program/spdbv37sp5-Linux.tar.gz

Installing

Open a terminal and change to the directory where you have downloaded the software. Let’s say here it is ‘Downloads’.

$ cd Downloads

$ tar xvf spdbv37sp5-Linux.tar

$ ./install.sh

Sometimes, an error may occur regarding the loading of shared libraries, libMesaGL.so.3. These libraries are linked with DeepView which are now called libGL.so.3 and libGLU.so instead of libMesaGL.so and libMesaGLU.so.

If you encounter this error, then make some symbolic links to the old names as shown below: (Locate the libraries in your system, it is assumed here that these libraries are present in /usr/lib/.)

$ ln -s /usr/lib/libGL.so.1.2.0 /usr/lib/libMesaGL.so.3

$ ln -s /usr/lib/libGLU.so.1.2.0 /usr/lib/libMesaGLU.so.3

 

References

  1. Kaplan, W., & Littlejohn, T. G. (2001). Swiss-PDB viewer (deep view). Briefings in bioinformatics, 2(2), 195-197.
TAGGED:Deepviewprotein structure alignmentswisspdbviewer
Share This Article
Facebook Copy Link Print
ByTariq Abdullah
Tariq is founder of Bioinformatics Review and Lead Developer at IQL Technologies. His areas of expertise include algorithm design, phylogenetics, MicroArray, Plant Systematics, and genome data analysis. If you have questions, reach out to him via his homepage.
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

vs_interaction_analysis.py: Python script to perform post-virtual screening analysis
Bioinformatics ProgrammingDockingSoftwareToolsVirtual Screening

vs_interaction_analysis.py: Python script to perform post-virtual screening analysis

February 27, 2025
Installing FASTX-toolkit on Ubuntu
Sequence AnalysisSoftwareTools

Installing FASTX-toolkit on Ubuntu

November 11, 2020
SoftwareStructural BioinformaticsStructure PredictionTools

How to perform protein structure modeling using I-Tasser stand-alone tool?

May 20, 2020
How to install Autodock on Ubuntu (Linux) with CUDA GPU support?
DockingSoftwareTools

How to install Autodock on Ubuntu (Linux) with CUDA GPU support?

October 16, 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