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
Secondary structureSoftwareTools

How to run do_dssp command (mkdssp) in Gromacs 2022?

Dr. Muniba Faiza
Last updated: June 3, 2022 12:06 pm
Dr. Muniba Faiza
Share
3 Min Read
How to run do_dssp command in Gromacs 2022?
SHARE

In the latest version of GROMACS (2022) [1], there are some issues regarding the gmx do_dssp command. Apparently, this command either does not run displaying a fatal error, or if it runs then it does not read any frame from MD simulation files. In this article, we are going to run the same command for GROMACS 2022.

Contents
1. Remove the installed dssp program (if any)2. Re-install dssp3. Get the path of the executables4. Pointing DSSP to mkdssp5. Adding it to the pathReferences

We do not invoke the dssp program in this command. We need to point the $DSSP to the executable. In the latest version of GROMACS, we need to point it to mkdssp. You don’t have to install mkdssp separately. It is installed with the dssp program [2]. Let’s see how we can do that.

1. Remove the installed dssp program (if any)

$ sudo apt-get --purge remove dssp

It should remove the installed dssp package. Now check whether it is still there.

$ which dssp

If it displays a path then go to that directory and remove it. For example, if it shows /usr/local/bin/dssp, then move inside this directory and remove it using the following command. You can see a dssp file there.

$ cd /usr/local/bin/

$ sudo rm -rf dssp

If there is another file named mkdssp, then remove it too.

$ sudo rm -rf mkdssp

Now you have completely removed dssp from your system.

2. Re-install dssp

Now let’s reinstall dssp using the following command.

$ sudo apt-get install dssp

3. Get the path of the executables

Let’s get the path of the dssp executable.

$ which dssp

It would display /usr/bin/dssp or another similar path.

Now, let’s get the path of the mkdssp executable.

$ which mkdssp

It would display /usr/bin/mkdssp or another similar path.

4. Pointing DSSP to mkdssp

After successful installation, let’s point $DSSP to mkdssp to run the gmx do_dssp command.

$ export DSSP=/usr/bin/mkdssp

After that, you can run the gmx do_dssp command. It will work.

5. Adding it to the path

You can add this command to your bashrc file in order to save you from the trouble of running the same command over and over every time you open a new terminal. To do that, open the bashrc file and add this command at the end of the file and then save it as shown below.

$ sudo gedit ~/.bashrc

Paste this export command at the end of the file and save.

$ source ~/.bashrc


References

  1. Abraham, M. J., Murtola, T., Schulz, R., Páll, S., Smith, J. C., Hess, B., & Lindahl, E. (2015). GROMACS: High performance molecular simulations through multi-level parallelism from laptops to supercomputers. SoftwareX, 1, 19-25.
  2. Frishman, Dmitrij, and Patrick Argos. “Knowledge‐based protein secondary structure assignment.” Proteins: Structure, Function, and Bioinformatics 23.4 (1995): 566-579.
TAGGED:do_dsspDSSPgromacs 2022mkdsspsecondary structure
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.

- Advertisement -
Ad image
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

How to install IQ-TREE on Ubuntu (Linux)?
SoftwareTools

How to install IQ-TREE on Ubuntu (Linux)?

December 5, 2021
Extracting first and last residue from helix file in DSSP format.
Bioinformatics ProgrammingPythonSecondary structure

Extracting first and last residue from helix file in DSSP format.

May 12, 2022
RNAdetector- New Tool for RNA-Seq Data Analysis
RNA-seq analysisSoftwareTools

RNAdetector- New Tool for RNA-Seq Data Analysis

June 30, 2021
Installing RDPTools on Ubuntu
Sequence AnalysisSoftwareTools

Installing RDPTools on Ubuntu (Linux)

May 21, 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