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 SimulationMolecular dynamicsSoftwareTools

Installing CHARMM on Ubuntu

Tariq Abdullah
Last updated: July 12, 2020 12:08 am
Tariq Abdullah
Share
2 Min Read
CHARMM installation on Ubuntu
SHARE

CHARMM (Chemistry at Harvard Molecular Mechanics) is a molecular simulation program that can be used for simulation of macromolecules, complexes, and many-particle systems [1]. In this article, we will install the nonprofit/academic version of CHARMM on Ubuntu.

Contents
  • Downloading CHARMM
  • Installing CHARMM
    • References

Downloading CHARMM

The nonprofit/academic version of CHARMM can be downloaded from here. After successful registration, download the tar file of CHARMM.

Installing CHARMM

Updating the system

Let’s update and upgrade first. Open a terminal (Ctrl+Alt+T) and type the following commands:

$ sudo apt-get update

$ sudo apt-get upgrade

Installing CMake

To install CHARMM, it is required to have CMake installed on your system.

$ sudo apt-get install -y cmake

Installing CHARMM package

Change to the directory where you have downloaded the tar file. Let’s say in ‘Downloads‘

$ cd Downloads/

$ tar xvzf charmm.tar.gz

$ cd charmm/

$ ./configure

Now, change to the directory cmake present in the charmm directory.

$ cd build/cmake/

$ make

$ sudo make install

It will take a few minutes to install. That finishes the CHARMM installation on Ubuntu.


References

  1. Brooks, B. R., Brooks III, C. L., Mackerell Jr, A. D., Nilsson, L., Petrella, R. J., Roux, B., … & Caflisch, A. (2009). CHARMM: the biomolecular simulation program. Journal of computational chemistry, 30(10), 1545-1614.
TAGGED:charmminstallationmd simulationubuntu
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.

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

How to generate topology from SMILES for MD Simulation?
SoftwareTools

How to generate topology from SMILES for MD Simulation?

August 6, 2023
Sequence AnalysisSoftwareTools

How to use Clustal Omega and MUSCLE command-line tools for multiple sequence alignment?

July 1, 2020
Clustering using MCL
Bioinformatics ProgrammingSoftwareTools

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

June 22, 2020
Sequence AnalysisSoftware

IBS: Modifying the organization of biological sequences diagramatically

December 11, 2015
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