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 MODELLER on Linux/Ubuntu

Tariq Abdullah
Last updated: November 7, 2021 8:58 am
Tariq Abdullah
Share
2 Min Read
SHARE

MODELLER is a software package that is used to predict protein three-dimensional structures [1,2]. MODELLER can be used for other tasks such as modeling of loops in proteins, multiple alignments of structures, comparison of protein structures, and many others. In this article, I will explain how to install MODELLER on Linux/Ubuntu.

1. Download

Let’s update and upgrade the system first.

Open the terminal (Ctrl+T) and type the following commands:

$ sudo apt-get update

$ sudo apt-get upgrade

Now start downloading the software in a directory, say, Downloads, by typing the following command:

$ sudo wget https://salilab.org/modeller/9.22/modeller-9.22.tar.gz 

2. Install

Extract the tar package:

$ tar xvzf modeller-9.22.tar.gz

It will create a new directory in Downloads, named modeller-9.22. cd to that directory and start installing.

$ cd modeller-9.22

$ ./install

It will prompt some questions, answer them, and then you are finally done!

You can run MODELLER either by:

  1. using python (assuming python 2.3 – 3.7 is already installed on your system)

$ python modeller_script.py

2. using mod9.22 scripts

$ mod9.22 modeller_script.py

That’s all for the installation of MODELLER.

If you have any query, please email at info@bioinformaticsreview.com.

References

  1. Webb, B., & Sali, A. (2014). Comparative protein structure modeling using MODELLER. Current protocols in bioinformatics, 47(1), 5-6.
  2. Martí-Renom, M. A., Stuart, A. C., Fiser, A., Sánchez, R., Melo, F., & Šali, A. (2000). Comparative protein structure modeling of genes and genomes. Annual review of biophysics and biomolecular structure, 29(1), 291-325.
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.

How to visualize a 3D structure using Py3Dmol?
How to visualize a 3D structure using Py3Dmol?
Bioinformatics Programming Cheminformatics GitHub Python
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

You Might Also Like

Installing BLAT on Ubuntu
Sequence AnalysisSoftwareTools

Installing BLAT- A Pairwise Alignment Tool on Ubuntu

August 25, 2020
Cortex - genome analysis framework
GenomicsSoftware

How to install Cortex on Ubuntu?

December 21, 2020
installing exabayes on Ubuntu
PhylogeneticsSoftwareTools

[Tutorial] Installing Exabayes on Ubuntu (Linux).

May 26, 2025
AlgorithmsBioinformatics ProgrammingSoftware

BETSY: A new backward-chaining expert system for automated development of pipelines in Bioinformatics

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