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
MD SimulationSoftware

Installing GROMOS96 on Ubuntu

Dr. Muniba Faiza
Last updated: October 31, 2020 8:11 pm
Dr. Muniba Faiza
Share
3 Min Read
Installing gromos96 on Ubuntu
SHARE

GROMOS96 is a well-known software package used for biomolecular simulations [1]. It can be used for the molecular dynamics simulation of protein, peptide, and protein-ligand complex as well. In this article, we will install GROMOS96 on Ubuntu.

Contents
Getting startedDownloading GROMOS96Installing pre-requisitesInstalling GNU Scientific LibraryInstalling FFTW3Installing GROMOS96Installing md++ packageInstalling forcefieldsInstalling GROMOS96References

Getting started

Let’s update and upgrade the system first.

$ sudo apt-get update

$ sudo apt-get upgrade

Downloading GROMOS96

You will have to register yourself for downloading the software package. Click here to register/login. After successful registration, you will see a list of files including tutorials in PDF format. Download all files but in this tutorial, we will be using the following three files:

  • GROMOS Force-Field Files
  • GROMOS MD++ simulation software
  • GROMOS Tutorial Files

Installing pre-requisites

GROMOS requires the following two libraries to be installed on your system. If already installed then skip to the next step.

  • GNU Scientific Library
  • FFTW3

Installing GNU Scientific Library

$ sudo apt-get install libgsl0 libgsl0-dev

Installing FFTW3

$ sudo apt-get install libfftw3-3 libfftw3-dev

Installing GROMOS96

We will first install the md++ package, followed by forcefields and gromos++.

Installing md++ package

Change to the directory where you have downloaded the package. Let’s say Downloads. Open a terminal by pressing Ctrl+Alt+T and type the following commands:

$ cd Downloads/

$ tar xvzf md++.tar.gz

$ cd md++-1.4.1/

Make a directory namely, ‘ARCHITECTURE’ and change to it.

$ mkdir ARCHITECTURE

$ cd ARCHITECTURE/

$ ../configure

$ make

$ sudo make install

$ mkake clean

Installing forcefields

$ tar xvzf forcefields.tar.gz

Installing GROMOS96

$ xvzf gromos++.tar.gz

$ cd gromos++-1.4.1/

$ ./configure

$ make

$ make check

$ sudo make install

$ make clean

Add gromos++ to your path. Open the bashrc file and add the following commands at the end of the file.

$ sudo gedit ~/.bashrc

$ export PATH="${PATH}:/home/user/Downloads/gromos++/bin"

$ export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/home/user/Downloads/gromos++/lib"

Don’t forget to replace user with your username.


References

  1. Scott, W. R., Hünenberger, P. H., Tironi, I. G., Mark, A. E., Billeter, S. R., Fennen, J., … & van Gunsteren, W. F. (1999). The GROMOS biomolecular simulation program package. The Journal of Physical Chemistry A, 103(19), 3596-3607.
TAGGED:gromos++GROMOS96installationmd simulationmd++ubuntu
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.

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
[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

You Might Also Like

[Tutorial] Installing VIAMD on Ubuntu (Linux).
MD SimulationSoftwareTools

[Tutorial] Installing VIAMD on Ubuntu (Linux).

February 27, 2025
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
Energy minimization and equilibration of simple protein using NAMD & VMD.
MD Simulation

Energy minimization and equilibration of simple protein using NAMD & VMD.

February 1, 2024
AlgorithmsSoftwareTools

An introduction to the predictors of pathogenic point mutations

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